2013-10-25 15:19:00 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-06-11 05:48:11 +00:00
|
|
|
android:accountType="tw.nekomimi.nekogram"
|
2019-05-14 12:08:05 +00:00
|
|
|
android:icon="@drawable/ic_launcher_dr"
|
|
|
|
android:smallIcon="@drawable/ic_launcher_dr"
|
2013-10-25 15:19:00 +00:00
|
|
|
android:label="@string/AppName"
|
|
|
|
android:accountPreferences="@xml/auth_menu"/>
|