3
PendingIntent không gửi bổ sung ý định
My MainActicity bắt đầu RefreshServicevới một Intentcái có booleanthêm một gọi isNextWeek. My RefreshServicelàm cho Notificationnó bắt đầu MainActivitykhi người dùng nhấp vào nó. nó trông như thế này: 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: …