• 2021-04-14
    ContentResolver是通过Uri匹配内容提供者的。
  • 221a

    内容

    • 0

      系统短信内容提供者的Uri为“content://sms/”。

    • 1

      ContentResolver的notifyChange(Uri uri,ContentObserver cob)方法中,参数ContentObserver表示数据发生变化时指定具体的观察者接收消息。( )

    • 2

      一个应用程序的包名是com.example.app,则内容URI的authority为(),程序中有一张表table1,要访问table1表中的所有数据,内容URI可以写成(),要访问table1表中id=3的数据,内容URI可以写成()。要匹配程序中任意表,内容URI可以写成(),要匹配table1表中任意一行数据,内容URI可以写成()。

    • 3

      中国大学MOOC: Android提供了ContentUris类用于匹配Uri。( )

    • 4

      Android提供了ContentUris类用于匹配Uri。( ) A: 正确 B: 错误