Notification返回到当前正在运行的Activity
android
Notification notification=...
NotificationManager nm=...
//
Intent notificationIntent = new Intent(this,this.getClass());
PendingIntent contentIntent = PendingIntent.getActivity(this, 0,
原创
2015-01-27 13:49:35 ·
367 阅读 ·
0 评论