相关考题
-
单项选择题
下面关于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()
