首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android-ContentProvider登记

2012-09-05 
android-ContentProvider注册ContentProvider注册在AndroidManifest.xml中进行??????? provider android:

android-ContentProvider注册

ContentProvider注册在AndroidManifest.xml中进行

??????? <provider android:name=".app.SearchSuggestionSampleProvider"
????????????????? android:authorities="com.example.android.apis.SuggestionProvider" />

热点排行