Use string from custom as authenticator type to prevent mismatch
This commit is contained in:
parent
d0fd28803d
commit
d3ff4a8828
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<account-authenticator
|
<account-authenticator
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:accountType="org.linphone"
|
android:accountType="@string/sync_account_type"
|
||||||
android:icon="@drawable/logo_linphone_57x57"
|
android:icon="@drawable/logo_linphone_57x57"
|
||||||
android:smallIcon="@drawable/logo_linphone_57x57"
|
android:smallIcon="@drawable/logo_linphone_57x57"
|
||||||
android:label="@string/app_name"/>
|
android:label="@string/app_name"/>
|
Loading…
Reference in a new issue