1
0
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:
Tom Hacohen 2017-02-17 15:52:51 +00:00
parent b3cd95bcf5
commit aff3be7af4
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"