android-ContentProvider注册
ContentProvider注册在AndroidManifest.xml中进行
??????? <provider android:name=".app.SearchSuggestionSampleProvider"
????????????????? android:authorities="com.example.android.apis.SuggestionProvider" />
发布时间: 2012-09-05 15:19:34 作者: rapoo
android-ContentProvider注册
ContentProvider注册在AndroidManifest.xml中进行
??????? <provider android:name=".app.SearchSuggestionSampleProvider"
????????????????? android:authorities="com.example.android.apis.SuggestionProvider" />