aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/account_desc.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-06-10 19:47:29 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-06-10 19:47:29 +0200
commitaa31abd93f568045d601df2507b228ec71e97926 (patch)
treee22b3b3c24c267196bc422b3f3d0d19950eade39 /OpenKeychain/src/main/res/xml/account_desc.xml
parente6ea98fabc03f98055aaede3f456f43b294990f9 (diff)
downloadopen-keychain-aa31abd93f568045d601df2507b228ec71e97926.tar.gz
open-keychain-aa31abd93f568045d601df2507b228ec71e97926.tar.bz2
open-keychain-aa31abd93f568045d601df2507b228ec71e97926.zip
Allow debug build besides release build
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 d29395202..6d8d76b02 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.account"
+ android:accountType="@string/account_type"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" />