题目内容

BroadcastReceiver广播中有几种注册方式( ).

A. 一种
B. 两种
C. 三种
D. 四种

查看答案
更多问题

在清单文件中注册了NEW_OUTGOING_CALL,代码中获取到广播事件的方法是( )

A. getAction()
B. getActionCall()
C. getMethod()
D. getOutCall()

在ContentProvider中ContentUris的作用是干什么( )。

A. 用于获取Uri路径后面的ID部分
B. 增删改查的方法都在这个类中
C. 用于添加URI的类
D. 根本就用不到这个类,没关系

在Android中的Activity种通过下面哪个方法来得到ContentResolver的实例对象。(

A. new ContentResolver
B. getContentResolver()
C. newInstance()
D. ContentUris.newInstance()

ContentProvider中的( )方法根据传入的Uri查询指定条件下的数据。

A. delete
B. insert
C. query
D. update

答案查题题库