blob: e04160c5ced6ef1516df3cc1c13184e88fa8a0ea (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountPreferences="@xml/account_preferences"
android:accountType="@string/account_type"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" />
|