单项选择题
下面关于Notification的选项正确的是()
A.NotificationManager man=new NotificationManager();
B.PendingIntent contentIntent=new PendingIntent();
C.RemoteViews contentView=new RemoteViews();
D.Notification notification=new Notification();
点击查看答案&解析
相关考题
-
单项选择题
对于广播的发送,Intent的启动方式是()
A.显式启动
B.隐式启动
C.A和B都可以
D.以上说法都不正确 -
单项选择题
下列关于Intent启动组件错误的是()
A.startActivity()
B.startService()
C.startBroadcastReceiver()
D.startActivityForResult() -
单项选择题
下面关于广播说法错误的是()
A.广播分为有序广播和无序广播。
B.使用abortBroadcast方法可以中断所有广播的传递。
C.广播注册方式分为动态和静态。
D.sendOrderBroadcast用来向系统广播有序事件,sendBroadcast()是用来广播无序事件。
