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: …