在此代码段中,我使用什么 Activity 类?写代码的地方?此状态栏消息是否在某处?
Intent notificationIntent = new Intent(this, MyActivity.class);
此方法是立即起作用还是稍后完成?
NotificationManager.notify();
问问题
462 次
在此代码段中,我使用什么 Activity 类?写代码的地方?此状态栏消息是否在某处?
Intent notificationIntent = new Intent(this, MyActivity.class);
此方法是立即起作用还是稍后完成?
NotificationManager.notify();