2013-10-25 15:19:00 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="org.telegram.messenger"
|
2014-03-05 20:18:25 +00:00
|
|
|
android:versionCode="185"
|
2014-02-28 22:28:25 +00:00
|
|
|
android:versionName="1.3.26">
|
2014-02-04 18:36:55 +00:00
|
|
|
|
2013-10-25 15:19:00 +00:00
|
|
|
<supports-screens android:anyDensity="true"
|
2014-02-04 18:36:55 +00:00
|
|
|
android:smallScreens="true"
|
|
|
|
android:normalScreens="true"
|
|
|
|
android:largeScreens="true"
|
|
|
|
android:resizeable="true"
|
|
|
|
android:xlargeScreens="true"/>
|
|
|
|
|
2013-11-04 12:31:01 +00:00
|
|
|
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />
|
2014-02-04 18:36:55 +00:00
|
|
|
|
2013-10-25 15:19:00 +00:00
|
|
|
<uses-feature android:glEsVersion="0x00020000" android:required="true"/>
|
|
|
|
<uses-feature android:name="android.hardware.telephony" android:required="false" />
|
|
|
|
<uses-feature android:name="android.hardware.location.gps" android:required="false" />
|
|
|
|
<uses-feature android:name="android.hardware.location.network" android:required="false" />
|
|
|
|
<uses-feature android:name="android.hardware.location" android:required="false" />
|
|
|
|
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
|
2013-11-04 12:31:01 +00:00
|
|
|
<uses-feature android:name="android.hardware.camera" android:required="false" />
|
|
|
|
<uses-feature android:name="android.hardware.wifi" android:required="false" />
|
2013-10-25 15:19:00 +00:00
|
|
|
<uses-feature android:name="android.hardware.LOCATION" android:required="false" />
|
2013-12-20 19:25:49 +00:00
|
|
|
<uses-feature android:name="android.hardware.screen.PORTRAIT" android:required="false" />
|
2014-02-04 18:36:55 +00:00
|
|
|
|
2013-10-25 15:19:00 +00:00
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
2014-02-28 22:28:25 +00:00
|
|
|
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
2013-10-25 15:19:00 +00:00
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.RECEIVE_SMS" />
|
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
|
|
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
|
|
|
|
<uses-permission android:name="org.telegram.messenger.permission.MAPS_RECEIVE"/>
|
|
|
|
<uses-permission android:name="org.telegram.messenger.permission.C2D_MESSAGE" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
|
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
|
|
|
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
|
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
|
|
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
|
|
|
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
|
|
|
|
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS"/>
|
|
|
|
<uses-permission android:name="android.permission.READ_PROFILE"/>
|
|
|
|
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS"/>
|
|
|
|
<uses-permission android:name="android.permission.READ_SYNC_SETTINGS"/>
|
|
|
|
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"/>
|
|
|
|
<uses-permission android:name="android.permission.VIBRATE" />
|
|
|
|
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
|
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
2014-03-04 19:29:32 +00:00
|
|
|
<uses-permission android:name="com.google.android.gallery3d.permission.GALLERY_PROVIDER" />
|
2014-02-04 18:36:55 +00:00
|
|
|
|
2013-10-25 15:19:00 +00:00
|
|
|
<permission android:name="org.telegram.messenger.permission.MAPS_RECEIVE" android:protectionLevel="signature"/>
|
|
|
|
<permission android:name="org.telegram.messenger.permission.C2D_MESSAGE" android:protectionLevel="signature" />
|
2014-02-04 18:36:55 +00:00
|
|
|
|
2013-10-25 15:19:00 +00:00
|
|
|
<application
|
2014-02-28 22:28:25 +00:00
|
|
|
android:allowBackup="false"
|
2013-10-25 15:19:00 +00:00
|
|
|
android:icon="@drawable/ic_launcher"
|
|
|
|
android:label="@string/AppName"
|
2013-12-20 19:25:49 +00:00
|
|
|
android:theme="@style/Theme.TMessages.Start"
|
2013-10-25 15:19:00 +00:00
|
|
|
android:name="org.telegram.ui.ApplicationLoader"
|
2013-12-20 19:25:49 +00:00
|
|
|
android:hardwareAccelerated="true"
|
|
|
|
android:largeHeap="true">
|
2014-02-04 18:36:55 +00:00
|
|
|
|
2014-03-04 19:29:32 +00:00
|
|
|
<!--release-->
|
|
|
|
<!--<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="AIzaSyA-t0jLPjUt2FxrA8VPK2EiYHcYcboIR6k" />-->
|
|
|
|
<!--debug-->
|
|
|
|
<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="AIzaSyCTNmNqbWovP9ETcAob98YlrfOQEAC0CJ4" />
|
2014-02-04 18:36:55 +00:00
|
|
|
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
|
|
|
|
|
2013-10-25 15:19:00 +00:00
|
|
|
<activity
|
2014-03-04 20:04:57 +00:00
|
|
|
android:name="org.telegram.ui.LaunchActivity"
|
2014-03-04 19:29:32 +00:00
|
|
|
android:windowSoftInputMode="adjustResize"
|
|
|
|
android:hardwareAccelerated="true"
|
|
|
|
android:launchMode="singleTask"
|
|
|
|
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
|
2013-10-25 15:19:00 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.SEND"/>
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
|
|
<data android:mimeType="image/*"/>
|
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.SEND"/>
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
|
|
<data android:mimeType="video/*"/>
|
|
|
|
</intent-filter>
|
2014-02-28 22:28:25 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.SEND_MULTIPLE"/>
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
|
|
<data android:mimeType="image/*"/>
|
|
|
|
</intent-filter>
|
2013-10-25 15:19:00 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.SEND"/>
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
|
|
<data android:mimeType="text/plain"/>
|
|
|
|
</intent-filter>
|
2014-02-28 22:28:25 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.SEND"/>
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
|
|
<data android:mimeType="*/*"/>
|
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.SEND_MULTIPLE"/>
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
|
|
<data android:mimeType="*/*"/>
|
|
|
|
</intent-filter>
|
2013-10-25 15:19:00 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW"/>
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
|
|
<data android:mimeType="vnd.android.cursor.item/vnd.org.telegram.messenger.android.profile"/>
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
<activity
|
2014-03-04 20:04:57 +00:00
|
|
|
android:name="org.telegram.ui.LoginActivity"
|
|
|
|
android:windowSoftInputMode="adjustResize"
|
|
|
|
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
|
|
|
|
android:screenOrientation="portrait">
|
|
|
|
</activity>
|
|
|
|
<activity
|
|
|
|
android:name="org.telegram.ui.CountrySelectActivity"
|
|
|
|
android:windowSoftInputMode="adjustResize"
|
|
|
|
android:theme="@style/Theme.TMessages"
|
|
|
|
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
|
|
|
|
android:screenOrientation="portrait">
|
|
|
|
</activity>
|
|
|
|
<activity
|
|
|
|
android:name="org.telegram.ui.IntroActivity"
|
|
|
|
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
|
|
|
|
android:screenOrientation="portrait">
|
|
|
|
</activity>
|
|
|
|
<activity
|
2013-12-20 19:25:49 +00:00
|
|
|
android:name="org.telegram.ui.GalleryImageViewer"
|
|
|
|
android:theme="@style/Theme.TMessages.Gallery"
|
|
|
|
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
|
2013-10-25 15:19:00 +00:00
|
|
|
</activity>
|
2014-02-04 18:36:55 +00:00
|
|
|
|
|
|
|
|
2013-10-25 15:19:00 +00:00
|
|
|
<activity android:name="net.hockeyapp.android.UpdateActivity" />
|
2014-02-04 18:36:55 +00:00
|
|
|
|
2013-10-25 15:19:00 +00:00
|
|
|
<receiver android:name="org.telegram.messenger.SmsListener">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.provider.Telephony.SMS_RECEIVED" />
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
2014-02-04 18:36:55 +00:00
|
|
|
|
2013-10-25 15:19:00 +00:00
|
|
|
<receiver
|
2014-02-04 18:36:55 +00:00
|
|
|
android:name="org.telegram.messenger.GcmBroadcastReceiver"
|
|
|
|
android:permission="com.google.android.c2dm.permission.SEND" >
|
2013-10-25 15:19:00 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
|
|
|
|
<action android:name="com.google.android.c2dm.intent.REGISTRATION" />
|
|
|
|
<category android:name="org.telegram.messenger" />
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
2014-02-04 18:36:55 +00:00
|
|
|
|
2013-10-25 15:19:00 +00:00
|
|
|
<service android:name="org.telegram.messenger.AuthenticatorService"
|
|
|
|
android:exported="true">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.accounts.AccountAuthenticator"/>
|
|
|
|
</intent-filter>
|
|
|
|
<meta-data android:name="android.accounts.AccountAuthenticator"
|
2014-02-04 18:36:55 +00:00
|
|
|
android:resource="@xml/auth"/>
|
2013-10-25 15:19:00 +00:00
|
|
|
</service>
|
2014-02-04 18:36:55 +00:00
|
|
|
|
2013-10-25 15:19:00 +00:00
|
|
|
<service android:name="org.telegram.messenger.ContactsSyncAdapterService"
|
|
|
|
android:exported="true">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.content.SyncAdapter" />
|
|
|
|
</intent-filter>
|
|
|
|
<meta-data android:name="android.content.SyncAdapter"
|
2014-02-04 18:36:55 +00:00
|
|
|
android:resource="@xml/sync_contacts" />
|
2013-10-25 15:19:00 +00:00
|
|
|
<meta-data android:name="android.provider.CONTACTS_STRUCTURE"
|
2014-02-04 18:36:55 +00:00
|
|
|
android:resource="@xml/contacts" />
|
2013-10-25 15:19:00 +00:00
|
|
|
</service>
|
2014-02-04 18:36:55 +00:00
|
|
|
|
2013-10-25 15:19:00 +00:00
|
|
|
<uses-library android:name="com.google.android.maps" android:required="false"/>
|
|
|
|
</application>
|
2013-12-20 19:25:49 +00:00
|
|
|
|
2014-02-04 18:36:55 +00:00
|
|
|
</manifest>
|