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"
|
2014-04-04 17:58:33 +00:00
|
|
|
android:accountType="org.telegram.account"
|
2013-10-25 15:19:00 +00:00
|
|
|
android:icon="@drawable/ic_launcher"
|
|
|
|
android:smallIcon="@drawable/ic_launcher"
|
|
|
|
android:label="@string/AppName"
|
|
|
|
android:accountPreferences="@xml/auth_menu"/>
|