A. ContentResolver通过uri匹配到内容提供者 B. 通过ContentResolver可以在其它应用程序中访问内容提供者 ContentResolver的增删改查方法与目标内容提供者的增删改查方法是一一对应 D. ContentResolver不需要通过uri匹配到内容提供者
A. CursorLoader B. ContentResolver Cursor D. ContentProvider
A. SharedPreferences pref = new SharedPreferences() B. Editor editor = new Editor() C. Editor对象存储数据最后都要调用commit()方法 D. SharedPreferences对象用于读取和存储常用数据类型
A. onCreate B. onUpgrading C. onUpdate() D. onUpgrade()
A. 对 B. 错