2014-06-04 17:55:24 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-08-03 15:13:08 +02:00
|
|
|
android:accountPreferences="@xml/account_preferences"
|
2015-06-10 19:47:29 +02:00
|
|
|
android:accountType="@string/account_type"
|
2015-09-03 13:25:09 -04:00
|
|
|
android:icon="@mipmap/ic_launcher"
|
2014-08-21 10:47:29 +02:00
|
|
|
android:label="@string/app_name" />
|