Change account type

This commit is contained in:
Dominik Schürmann
2014-08-21 11:19:44 +02:00
parent 7adf07a9f9
commit 2930f83b2a
6 changed files with 12 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="org.sufficientlysecure.keychain"
android:accountType="org.sufficientlysecure.keychain.account"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" />

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
android:contentAuthority="com.android.contacts"
android:accountType="org.sufficientlysecure.keychain"
android:accountType="org.sufficientlysecure.keychain.account"
android:supportsUploading="false"
android:userVisible="true" />