3
PendingIntent, Intent ekstralarını göndermiyor
Benim MainActicity başlar RefreshServicebir ile Intentbir sahiptir booleandenilen ekstra isNextWeek. My , kullanıcı tıkladığında başlatan RefreshServicebir yapar .NotificationMainActivity bu şuna benzer: Log.d("Refresh", "RefreshService got: isNextWeek: " + String.valueOf(isNextWeek)); Intent notificationIntent = new Intent(this, MainActivity.class); notificationIntent.putExtra(MainActivity.IS_NEXT_WEEK, isNextWeek); Log.d("Refresh", "RefreshService put in Intent: isNextWeek: " + String.valueOf(notificationIntent.getBooleanExtra(MainActivity.IS_NEXT_WEEK,false))); pendingIntent = PendingIntent.getActivity(this, 0, notificationIntent, …