<application
android:allowBackup="false"
- android:icon="@drawable/oc_workaround_icon"
- android:label="@string/app_name"
+ android:icon="@drawable/workaround_app_icon"
+ android:label="@string/workaround_app_name"
android:theme="@style/AppTheme" >
<service
android:name=".AccountAuthenticatorService"
--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <string name="workaround_app_name">ownCloud Jelly Bean Workaround for lost credentials</string>
+ <string name="main_app_name">ownCloud</string>
+ <string name="account_type">owncloud</string>
+
+</resources>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <string name="app_name">ownCloud Jelly Bean Workaround for lost credentials</string>
- <string name="oc_app_name">ownCloud</string>
-
-</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
- android:accountType="owncloud"
- android:icon="@drawable/oc_icon"
- android:label="@string/oc_app_name"
- android:smallIcon="@drawable/oc_icon">
+ android:accountType="@string/account_type"
+ android:icon="@drawable/main_app_icon"
+ android:label="@string/main_app_name"
+ android:smallIcon="@drawable/main_app_icon">
</account-authenticator>
\ No newline at end of file