(1)判断题
3 ContentResolver操作其他应用数据必须知道包名
true 正确
false 错误
(2)单选题
4 获取系统的 ContentResolver一般使用什么方法()?
A getContentProvider()
B getSystemContentProvider()
C getSystemContentResolver()
D getContentResolver(
(3)单选题
5 在ContentResolver中查询系统的数据一般使用什么方法()
A query方法
B update方法
C delete方法
D insert方法
(4)单选题
6 在ContentResolver中删除系统的数据一般使用什么方法()
A query方法
B update方法
C delete方法
D insert方法
(5)单选题
7 在ContentResolver中更新系统的数据一般使用什么方法()
A query方法
B update方法
C delete方法
D insert方法
(6)单选题
8 在ContentResolver中向系统新增数据一般使用什么方法()
A query方法
B update方法
C delete方法
D insert方法
(7)判断题
1 ContentResolver可以操作数据库数据
true 正确
false 错误
(8)判断题
2 ContentResolver可以操作ContentProvider暴露的数据
true 正确
false 错误
获取标准答案请阅读全文
未经允许不得转载!第7章 内容提供者ContentProvider--7.4 访问通讯录【含答案】 Android应用开发基础