Add XML/manifest bits for internal category content provider

This commit is contained in:
Brion Vibber 2013-04-23 06:57:09 -07:00
parent fd1de3cdd8
commit a9b431cde0
2 changed files with 8 additions and 0 deletions

View file

@ -130,6 +130,13 @@
android:authorities="org.wikimedia.commons.modifications.contentprovider"
android:exported="false">
</provider>
<provider
android:name=".category.CategoryContentProvider"
android:label="@string/provider_categories"
android:syncable="false"
android:authorities="org.wikimedia.commons.categories.contentprovider"
android:exported="false">
</provider>
</application>
</manifest>