Open Gallery Folder By Click On Notification
问题 I used this code to send notification. public static void sendNotificationPhoto(Context context, Class<?> activityTarget) { Log.i( TAG , "Send Photo Notification"); NotificationManager mNotificationManager = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE); Notification notifyDetails = new Notification(R.drawable.ic_plusone_standard_off_client, "New Alert!", System.currentTimeMillis()); Intent intent = new Intent(context, activityTarget); int id = NOTIFICATION_ID