12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="utf-8"?>
- <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
- android:accountType="@string/account_type"
- android:icon="@mipmap/ic_launcher"
- android:label="@string/app_name"
- android:smallIcon="@mipmap/ic_launcher">
- </account-authenticator>
|