Change account type.

pull/2/head
Tom Hacohen 7 years ago
parent 85baabaf09
commit bfaffc1f38

@ -14,7 +14,7 @@ import static at.bitfire.davdroid.BuildConfig.DEBUG_REMOTE_URL;
public class Constants {
public static final String
ACCOUNT_TYPE = "bitfire.at.davdroid";
ACCOUNT_TYPE = "etesync.com.syncadapter";
// notification IDs
public final static int

@ -7,7 +7,7 @@
-->
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="bitfire.at.davdroid"
android:accountType="etesync.com.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="bitfire.at.davdroid"
android:accountType="etesync.com.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="bitfire.at.davdroid"
android:accountType="etesync.com.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="bitfire.at.davdroid"
android:accountType="etesync.com.syncadapter"
android:contentAuthority="org.dmfs.tasks"
android:allowParallelSyncs="true"
android:supportsUploading="true"

Loading…
Cancel
Save