mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
* Fix conflict between different product flavors so that beta and prod apps could coexist * Fix category content provider
9 lines
388 B
XML
9 lines
388 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:contentAuthority="@string/contribution_authority"
|
|
android:accountType="@string/account_type"
|
|
android:supportsUploading="false"
|
|
android:userVisible="true"
|
|
android:isAlwaysSyncable="true"
|
|
/>
|