mirror of
https://github.com/etesync/android
synced 2025-01-11 00:01:12 +00:00
Change account type.
This commit is contained in:
parent
85baabaf09
commit
bfaffc1f38
@ -14,7 +14,7 @@ import static at.bitfire.davdroid.BuildConfig.DEBUG_REMOTE_URL;
|
|||||||
public class Constants {
|
public class Constants {
|
||||||
|
|
||||||
public static final String
|
public static final String
|
||||||
ACCOUNT_TYPE = "bitfire.at.davdroid";
|
ACCOUNT_TYPE = "etesync.com.syncadapter";
|
||||||
|
|
||||||
// notification IDs
|
// notification IDs
|
||||||
public final static int
|
public final static int
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
<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:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:smallIcon="@mipmap/ic_launcher"
|
android:smallIcon="@mipmap/ic_launcher"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
|
<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:contentAuthority="com.android.calendar"
|
||||||
android:allowParallelSyncs="true"
|
android:allowParallelSyncs="true"
|
||||||
android:supportsUploading="true"
|
android:supportsUploading="true"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
|
<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:contentAuthority="com.android.contacts"
|
||||||
android:allowParallelSyncs="true"
|
android:allowParallelSyncs="true"
|
||||||
android:supportsUploading="true"
|
android:supportsUploading="true"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
|
<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:contentAuthority="org.dmfs.tasks"
|
||||||
android:allowParallelSyncs="true"
|
android:allowParallelSyncs="true"
|
||||||
android:supportsUploading="true"
|
android:supportsUploading="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user