3
Очікуючий намір не надсилає додаткові наміри
Моє MainActicity починається RefreshServiceз Intentякого є booleanдодатковий називається isNextWeek. Моє RefreshServiceробить те, Notificationщо починається моє, MainActivityколи користувач натискає на нього. це виглядає приблизно так: 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 = …