Use string from custom as authenticator type to prevent mismatch

This commit is contained in:
Sylvain Berfini 2015-05-04 14:49:14 +02:00
parent d0fd28803d
commit d3ff4a8828

View file

@ -2,7 +2,7 @@
<account-authenticator
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:smallIcon="@drawable/logo_linphone_57x57"
android:label="@string/app_name"/>