how to know if the app was launched by clicking on the push notification
问题 I want to know if there is a flag and parameter that can tell me if the user launched the activity/app by clicking on the push notification in the notification tray. My code in C2DMReceiver.java Context context = getApplicationContext(); PackageManager manager = context.getPackageManager(); Intent notificationIntent = manager .getLaunchIntentForPackage(packageName); notificationIntent.addCategory(Intent.CATEGORY_LAUNCHER); **notificationIntent.putExtra("fromRemote", true);** PendingIntent