aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/account_desc.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-08-21 11:19:44 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-08-21 11:19:44 +0200
commit2930f83b2a49735a840f2adad4a4c3cb83ac07e0 (patch)
tree9e6e5f1dfe8e0be4473b0325bbaa5ad9c7c2416d /OpenKeychain/src/main/res/xml/account_desc.xml
parent7adf07a9f9bc53ec98338f92b760b75e31559c8e (diff)
downloadopen-keychain-2930f83b2a49735a840f2adad4a4c3cb83ac07e0.tar.gz
open-keychain-2930f83b2a49735a840f2adad4a4c3cb83ac07e0.tar.bz2
open-keychain-2930f83b2a49735a840f2adad4a4c3cb83ac07e0.zip
Change account type
Diffstat (limited to 'OpenKeychain/src/main/res/xml/account_desc.xml')
-rw-r--r--OpenKeychain/src/main/res/xml/account_desc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/xml/account_desc.xml b/OpenKeychain/src/main/res/xml/account_desc.xml
index 41ce8fe48..d29395202 100644
--- a/OpenKeychain/src/main/res/xml/account_desc.xml
+++ b/OpenKeychain/src/main/res/xml/account_desc.xml
@@ -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" />