-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAndroidManifest.xml
153 lines (153 loc) · 12.3 KB
/
AndroidManifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="4961469" android:versionName="6.9.1" android:installLocation="auto" package="com.instagram.android"
xmlns:amazon="http://schemas.amazon.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android">
<compatible-screens>
<screen android:screenSize="small" android:screenDensity="hdpi" />
<screen android:screenSize="normal" android:screenDensity="hdpi" />
<screen android:screenSize="large" android:screenDensity="hdpi" />
<screen android:screenSize="xlarge" android:screenDensity="hdpi" />
<screen android:screenSize="small" android:screenDensity="213" />
<screen android:screenSize="normal" android:screenDensity="213" />
<screen android:screenSize="large" android:screenDensity="213" />
<screen android:screenSize="xlarge" android:screenDensity="213" />
</compatible-screens>
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.READ_PROFILE" />
<uses-permission android:name="android.permission.READ_FRAME_BUFFER" />
<uses-permission android:name="android.permission.SET_ORIENTATION" />
<uses-permission android:name="android.permission.BATTERY_STATS" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<uses-permission android:name="com.instagram.android.permission.C2D_MESSAGE" />
<uses-permission android:name="com.nokia.pushnotifications.permission.RECEIVE" />
<permission android:name="com.instagram.android.permission.C2D_MESSAGE" android:protectionLevel="signature" />
<permission android:name="com.instagram.android.permission.RECEIVE_ADM_MESSAGE" android:protectionLevel="signature" />
<uses-permission android:name="com.instagram.android.permission.RECEIVE_ADM_MESSAGE" />
<uses-permission android:name="com.amazon.device.messaging.permission.RECEIVE" />
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
<uses-feature android:name="android.hardware.camera.flash" android:required="false" />
<uses-feature android:name="android.hardware.camera.front" android:required="false" />
<uses-feature android:name="android.hardware.screen.portrait" android:required="false" />
<uses-feature android:glEsVersion="0x20000" android:required="true" />
<supports-gl-texture android:name="GL_OES_compressed_ETC1_RGB8_texture" />
<application android:theme="@style/InstagramTheme" android:label="@string/app_name" android:icon="@drawable/icon" android:name="com.instagram.app.InstagramAppShell" android:debuggable="false" android:allowTaskReparenting="true" android:hardwareAccelerated="true">
<meta-data android:name="com.instagram.android.channel" android:value="playstore" />
<meta-data android:name="com.facebook.build_rule" android:value="instagram_hdpi_armv7_release_fbsign" />
<meta-data android:name="com.facebook.package_type" android:value="release" />
<meta-data android:name="com.facebook.build_time" android:value="1414111079000L" />
<meta-data android:name="com.facebook.versioncontrol.branch" android:value="releases/release-instagram-2014.04.13" />
<meta-data android:name="com.facebook.versioncontrol.revision" android:value="cf7d50e" />
<activity android:name=".activity.MainTabActivity" android:clearTaskOnLaunch="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:alwaysRetainTaskState="true" android:windowSoftInputMode="adjustNothing">
<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/*" />
<data android:mimeType="video/*" />
</intent-filter>
</activity>
<activity android:name=".login.PasswordResetActivity" android:exported="true" android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="instagram" android:pathPrefix="/reset_password" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" android:host="instagram.com" android:pathPrefix="/accounts/password/reset/confirm" />
<data android:scheme="https" android:host="instagram.com" android:pathPrefix="/accounts/password/reset/confirm" />
<data android:scheme="http" android:host="instagr.am" android:pathPrefix="/accounts/password/reset/confirm" />
<data android:scheme="https" android:host="instagr.am" android:pathPrefix="/accounts/password/reset/confirm" />
</intent-filter>
</activity>
<activity android:name=".nux.SignedOutFragmentActivity" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
<activity android:theme="@style/InstagramTheme.Fullscreen" android:name=".creation.activity.MediaCaptureActivity" android:screenOrientation="portrait" />
<activity android:name="com.instagram.bugreport.rageshake.RageShakeActivity" android:screenOrientation="portrait" />
<activity android:name=".activity.TwitterAuthActivity" android:configChanges="keyboardHidden|orientation" />
<activity android:name=".activity.FoursquareAuthActivity" />
<activity android:name=".activity.FlickrAuthActivity" android:configChanges="keyboardHidden|orientation" />
<activity android:name=".activity.TumblrAuthActivity" />
<activity android:name="com.instagram.share.vkontakte.VkontakteAuthActivity" />
<activity android:name=".activity.ActivityInTab" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
<activity android:name=".activity.UrlHandlerActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" android:host="instagr.am" android:pathPrefix="/p/" />
<data android:scheme="https" android:host="instagr.am" android:pathPrefix="/p/" />
<data android:scheme="http" android:host="instagram.com" android:pathPrefix="/p/" />
<data android:scheme="https" android:host="instagram.com" android:pathPrefix="/p/" />
<data android:scheme="http" android:host="instagram.com" android:pathPrefix="/_u/" />
<data android:scheme="https" android:host="instagram.com" android:pathPrefix="/_u/" />
<data android:scheme="http" android:host="instagram.com" android:pathPrefix="/_uid/" />
<data android:scheme="https" android:host="instagram.com" android:pathPrefix="/_uid/" />
</intent-filter>
</activity>
<activity android:name=".activity.NewsActivityInTab" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
<activity android:name=".maps.DedicatedMapActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:hardwareAccelerated="true" />
<activity android:name="com.instagram.creation.photo.crop.CropActivity" android:screenOrientation="portrait" android:hardwareAccelerated="false" />
<activity android:name=".maps.PhotoMapsActivity" android:screenOrientation="portrait" android:hardwareAccelerated="true" />
<activity android:name=".people.activity.PeopleTagActivity" android:windowSoftInputMode="adjustResize" />
<service android:name="com.instagram.share.tumblr.TumblrService" />
<service android:name="com.instagram.user.userservice.UserService" />
<service android:name=".service.AutoCompleteHashtagService" />
<service android:name="com.instagram.bugreport.rageshake.RageShakeService" />
<service android:name=".foursquare.NearbyVenuesService" />
<service android:name=".receiver.C2DMReceiver" />
<service android:name="com.instagram.notifications.c2dm.IgPushRegistrationService" />
<receiver android:name=".c2dm.C2DMBroadcastReceiver" android:permission="com.google.android.c2dm.permission.SEND">
<intent-filter>
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
<category android:name="com.instagram.android" />
</intent-filter>
<intent-filter>
<action android:name="com.google.android.c2dm.intent.REGISTRATION" />
<category android:name="com.instagram.android" />
</intent-filter>
</receiver>
<receiver android:name=".c2dm.C2DMBroadcastReceiver" android:permission="com.nokia.pushnotifications.permission.SEND">
<intent-filter>
<action android:name="com.nokia.pushnotifications.intent.RECEIVE" />
<action android:name="com.nokia.pushnotifications.intent.REGISTRATION" />
<category android:name="com.instagram.android" />
</intent-filter>
</receiver>
<amazon:enable-feature android:name="com.amazon.device.messaging" android:required="false" />
<service android:name=".c2dm.ADMMessageHandler" android:exported="false" />
<receiver android:name=".c2dm.ADMMessageHandler$Receiver" android:permission="com.amazon.device.messaging.permission.SEND"> >
<intent-filter>
<action android:name="com.amazon.device.messaging.intent.REGISTRATION" />
<action android:name="com.amazon.device.messaging.intent.RECEIVE" />
<category android:name="com.instagram.android" />
</intent-filter>
</receiver>
<receiver android:name="com.instagram.common.analytics.AnalyticsUploadAlarmReceiver" android:exported="false" />
<receiver android:name="com.instagram.registrationpush.RegistrationPushAlarmReceiver" android:exported="false" />
<receiver android:name="com.instagram.registrationpush.RegistrationPushActionReceiver" android:exported="false" />
<receiver android:name="com.instagram.android.c2dm.ClearNotificationReceiver" android:exported="false" />
<receiver android:name="com.instagram.api.useragent.LocationChangeReceiver" android:exported="false">
<intent-filter>
<action android:name="android.intent.action.LOCALE_CHANGED" />
</intent-filter>
</receiver>
<activity android:name="com.instagram.simplewebview.SimpleWebViewActivity" android:screenOrientation="portrait" />
<uses-library android:name="com.google.android.maps" android:required="false" />
<provider android:name="com.instagram.contentprovider.CurrentUserProvider" android:authorities="com.instagram.contentprovider.CurrentUserProvider" />
</application>
</manifest>