Created
June 13, 2016 08:48
-
-
Save ririsrismawati/80ac82ddaa14a4b6a1892e5633f7028b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:contentAuthority="@string/content_authority" | |
| android:accountType="@string/sync_account_type" | |
| android:userVisible="false" | |
| android:supportsUploading="false" | |
| android:allowParallelSyncs="false" | |
| android:isAlwaysSyncable="true" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment