mirror of
https://github.com/etesync/android
synced 2024-11-15 12:28:57 +00:00
Make the account type the same as app id.
This commit is contained in:
parent
b3cd95bcf5
commit
aff3be7af4
@ -14,7 +14,7 @@ import static at.bitfire.davdroid.BuildConfig.DEBUG_REMOTE_URL;
|
||||
public class Constants {
|
||||
|
||||
public static final String
|
||||
ACCOUNT_TYPE = "etesync.com.syncadapter";
|
||||
ACCOUNT_TYPE = "com.etesync.syncadapter";
|
||||
|
||||
// notification IDs
|
||||
public final static int
|
||||
|
@ -7,7 +7,7 @@
|
||||
-->
|
||||
|
||||
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:accountType="etesync.com.syncadapter"
|
||||
android:accountType="com.etesync.syncadapter"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:smallIcon="@mipmap/ic_launcher"
|
||||
|
@ -7,7 +7,7 @@
|
||||
-->
|
||||
|
||||
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:accountType="etesync.com.syncadapter"
|
||||
android:accountType="com.etesync.syncadapter"
|
||||
android:contentAuthority="com.android.calendar"
|
||||
android:allowParallelSyncs="true"
|
||||
android:supportsUploading="true"
|
||||
|
@ -7,7 +7,7 @@
|
||||
-->
|
||||
|
||||
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:accountType="etesync.com.syncadapter"
|
||||
android:accountType="com.etesync.syncadapter"
|
||||
android:contentAuthority="com.android.contacts"
|
||||
android:allowParallelSyncs="true"
|
||||
android:supportsUploading="true"
|
||||
|
@ -7,7 +7,7 @@
|
||||
-->
|
||||
|
||||
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:accountType="etesync.com.syncadapter"
|
||||
android:accountType="com.etesync.syncadapter"
|
||||
android:contentAuthority="org.dmfs.tasks"
|
||||
android:allowParallelSyncs="true"
|
||||
android:supportsUploading="true"
|
||||
|
Loading…
Reference in New Issue
Block a user