Name the sync adapter for contributions

This commit is contained in:
YuviPanda 2013-02-06 03:26:07 +05:30
parent 859065f2d9
commit eb3f0a4d1c
2 changed files with 4 additions and 0 deletions

View file

@ -85,6 +85,8 @@
<provider
android:name=".contributions.ContributionsContentProvider"
android:label="@string/provider_contributions"
android:syncable="true"
android:authorities="org.wikimedia.commons.contributions.contentprovider"
android:exported="false">
</provider>