相关考题
-
单项选择题
下列方法中,可以为Intent添加Category属性的是()
A.setAction(String str)
B.addAction(Srting str)
C.setCategory(String str)
D.addCategory(String str) -
单项选择题
下列选项中,用于获取电话网络的相关信息的方法是()
A.sendXxxMessage()
B.sendTextMessage()
C.getXxx()
D.getSystemService() -
单项选择题
onDestroy()函数在Activity的生命周期的哪个状态中被调用()
A.运行状态
B.暂停状态
C.停止状态
D.销毁状态
