8 lines
302 B
XML
8 lines
302 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<account-authenticator
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:accountPreferences="@xml/pref_sync_header"
|
|
android:accountType="@string/account_type_sync"
|
|
android:icon="@mipmap/ic_launcher_round"
|
|
android:label="@string/app_name" />
|