阅读背景:

如何设置 Notification 中PendingIntent 的 Intent

来源:互联网 
		Intent intent = new Intent(Intent.ACTION_MAIN);
		intent.addCategory(Intent.CATEGORY_LAUNCHER);
		intent.setClass(this, Main.class);
		intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK|Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
		Intent intent = new Intent(Intent.A



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: