單項(xiàng)選擇題下列關(guān)于ContentProvider的說法錯(cuò)誤的是()

A.ContentProvider的作用是實(shí)現(xiàn)數(shù)據(jù)共享和交換
B.要訪問ContentProvider,只需調(diào)用ContentProvider的增刪改查相關(guān)方法
C.ContentProvider提供的URI必須以“content://”開頭
D.Android對于系統(tǒng)里的音視頻、圖像、通訊錄提供了內(nèi)置的ContentProvider


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題下面哪個(gè)方法不是發(fā)送廣播消息的方法?()

A.sendBroadcast()
B.sendCommonBroadcast()
C.sendOrderedBroadcast()
D.sendStickyBroadcast()

2.單項(xiàng)選擇題繼承ContentProvider不需要實(shí)現(xiàn)()等方法。

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

3.單項(xiàng)選擇題使用SQLiteOpenHelper的構(gòu)造方法創(chuàng)建與數(shù)據(jù)庫連接時(shí),參數(shù)可以設(shè)置為null的是()

A.Context
B.數(shù)據(jù)庫名
C.CursorFactory
D.數(shù)據(jù)庫版本

4.單項(xiàng)選擇題關(guān)于ServiceConnection接口的onServiceConnected()方法的觸發(fā)條件描述正確的是()

A.bindService()方法執(zhí)行成功后。
B.bindService()方法執(zhí)行成功同時(shí)onBind()方法返回非空IBinder對象。
C.Service的onCreate()方法和onBind()方法執(zhí)行成功后。
D.Service的onCreate()和onStartCommand()方法啟動成功后。

5.單項(xiàng)選擇題關(guān)于SQLite3數(shù)據(jù)庫的操作,下面說法不正確的是()

A.Context對象調(diào)用openOrCreateDatabase方法打開或者創(chuàng)建數(shù)據(jù)庫
B.SQLiteDatabase類的靜態(tài)方法openOrCreateDatabase方法打開或者創(chuàng)建數(shù)據(jù)庫
C.Context對象closeDatabase方法關(guān)閉數(shù)據(jù)庫。
D.SQLiteDatabase類的靜態(tài)方法deleteDatabase方法刪除數(shù)據(jù)庫