Android官方开发文档Training系列课程中文版:通知用户之创建不同导航方式的Activity
Sets the Activity to start in a new,empty task notifyIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_CLEAR_TASK);Creates the PendingIntent PendingIntent notifyIntent=PendingIntent.getActivity(this,0,...