44 package =" org.fossasia.phimpme" >
55
66 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
7-
8- <uses-permission android : name =" android.permission.READ_SMS"
9- tools : node =" remove" />
10- <uses-permission android : name =" android.permission.RECEIVE_SMS"
11- tools : node =" remove" />
12- <uses-permission android : name =" android.permission.SEND_SMS"
13- tools : node =" remove" />
14- <uses-permission android : name =" android.permission.WRITE_SMS"
15- tools : node =" remove" />
16- <uses-permission android : name =" android.permission.CALL_PHONE"
17- tools : node =" remove" />
18- <uses-permission android : name =" android.permission.WRITE_CALL_LOG"
19- tools : node =" remove" />
20- <uses-permission android : name =" android.permission.READ_CALL_LOG"
21- tools : node =" remove" />
22- <uses-permission android : name =" android.permission.PROCESS_OUTGOING_CALLS"
23- tools : node =" remove" />
24- <uses-permission android : name =" android.permission.MANAGE_OWN_CALLS"
25- tools : node =" remove" />
26- <uses-permission android : name =" android.permission.ANSWER_PHONE_CALLS"
27- tools : node =" remove" />
28- <uses-permission android : name =" android.permission.READ_PHONE_NUMBERS"
29- tools : node =" remove" />
30-
7+ <uses-permission
8+ android : name =" android.permission.READ_SMS"
9+ tools : node =" remove" />
10+ <uses-permission
11+ android : name =" android.permission.RECEIVE_SMS"
12+ tools : node =" remove" />
13+ <uses-permission
14+ android : name =" android.permission.SEND_SMS"
15+ tools : node =" remove" />
16+ <uses-permission
17+ android : name =" android.permission.WRITE_SMS"
18+ tools : node =" remove" />
19+ <uses-permission
20+ android : name =" android.permission.CALL_PHONE"
21+ tools : node =" remove" />
22+ <uses-permission
23+ android : name =" android.permission.WRITE_CALL_LOG"
24+ tools : node =" remove" />
25+ <uses-permission
26+ android : name =" android.permission.READ_CALL_LOG"
27+ tools : node =" remove" />
28+ <uses-permission
29+ android : name =" android.permission.PROCESS_OUTGOING_CALLS"
30+ tools : node =" remove" />
31+ <uses-permission
32+ android : name =" android.permission.MANAGE_OWN_CALLS"
33+ tools : node =" remove" />
34+ <uses-permission
35+ android : name =" android.permission.ANSWER_PHONE_CALLS"
36+ tools : node =" remove" />
37+ <uses-permission
38+ android : name =" android.permission.READ_PHONE_NUMBERS"
39+ tools : node =" remove" />
3140 <uses-permission android : name =" android.permission.CAMERA" />
3241 <uses-permission android : name =" android.permission.RECORD_AUDIO" />
3342 <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
4655 android : largeHeap =" true"
4756 android : supportsRtl =" true"
4857 android : theme =" @style/AppTheme" >
58+
59+ <uses-library android : name =" org.apache.http.legacy" android : required =" false" />
60+
4961 <activity
5062 android : name =" .share.twitter.LoginActivity"
5163 android : screenOrientation =" portrait" >
6072 android : scheme =" phimp.me" />
6173 </intent-filter >
6274 </activity >
63-
6475 <activity
6576 android : name =" .opencamera.Camera.CameraActivity"
6677 android : parentActivityName =" .gallery.activities.LFMainActivity"
97108 android : icon =" @drawable/ic_launcher_take_photo"
98109 android : label =" @string/take_photo"
99110 android : screenOrientation =" portrait"
100- android : taskAffinity =" " />
101- <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
111+ android : taskAffinity =" " /> <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
102112 <receiver
103113 android : name =" .opencamera.Camera.MyWidgetProvider"
104114 android : icon =" @drawable/ic_launcher_vector"
114124 <meta-data
115125 android : name =" android.appwidget.provider"
116126 android : resource =" @xml/widget_info" />
117- </receiver >
118- <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
127+ </receiver > <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
119128 <receiver
120129 android : name =" .opencamera.Camera.MyWidgetProviderTakePhoto"
121130 android : icon =" @drawable/ic_launcher_take_photo"
127136 <meta-data
128137 android : name =" android.appwidget.provider"
129138 android : resource =" @xml/widget_info_take_photo" />
130- </receiver >
131- <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
139+ </receiver > <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
132140 <service
133141 android : name =" .opencamera.Camera.MyTileService"
134142 android : icon =" @drawable/ic_photo_camera_white_48dp"
137145 <intent-filter >
138146 <action android : name =" android.service.quicksettings.action.QS_TILE" />
139147 </intent-filter >
140- </service >
141- <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
148+ </service > <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
142149 <service
143150 android : name =" .opencamera.Camera.MyTileServiceVideo"
144151 android : icon =" @drawable/ic_videocam_white_48dp"
147154 <intent-filter >
148155 <action android : name =" android.service.quicksettings.action.QS_TILE" />
149156 </intent-filter >
150- </service >
151- <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
157+ </service > <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
152158 <service
153159 android : name =" .opencamera.Camera.MyTileServiceFrontCamera"
154160 android : icon =" @drawable/ic_face_white_48dp"
211217 android : name =" .gallery.activities.SingleMediaActivity"
212218 android : configChanges =" orientation|screenSize|uiMode|touchscreen|screenLayout"
213219 android : label =" @string/app_name"
214- android : windowSoftInputMode =" adjustPan"
215220 android : parentActivityName =" .gallery.activities.LFMainActivity"
216- android : theme =" @style/Theme.AppCompat.NoActionBar" >
221+ android : theme =" @style/Theme.AppCompat.NoActionBar"
222+ android : windowSoftInputMode =" adjustPan" >
217223 <intent-filter >
218224 <action android : name =" android.intent.action.SEND" />
219225
255261 <activity
256262 android : name =" .gallery.activities.SettingsActivity"
257263 android : configChanges =" orientation|screenSize"
258- android : windowSoftInputMode =" adjustNothing"
259264 android : label =" @string/settings"
260- android : theme =" @style/Theme.AppCompat.NoActionBar" >
265+ android : theme =" @style/Theme.AppCompat.NoActionBar"
266+ android : windowSoftInputMode =" adjustNothing" >
261267 <intent-filter >
262268 <action android : name =" android.intent.action.SETTING" />
263269
269275 <category android : name =" android.intent.category.DEFAULT" />
270276 </intent-filter >
271277 </activity >
272-
273278 <activity
274279 android : name =" .gallery.activities.AboutActivity"
275280 android : configChanges =" orientation|screenSize"
276281 android : label =" @string/about"
277- android : theme =" @style/Theme.AppCompat.NoActionBar" >
278- </activity >
279-
282+ android : theme =" @style/Theme.AppCompat.NoActionBar" ></activity >
280283 <activity
281284 android : name =" .gallery.activities.ExcludedAlbumsActivity"
282285 android : label =" @string/excluded_albums"
290293 <activity
291294 android : name =" .editor.EditImageActivity"
292295 android : theme =" @style/AppTheme.NoActionBar"
293-
294- android : windowSoftInputMode =" adjustPan"
295- />
296-
296+ android : windowSoftInputMode =" adjustPan" />
297297 <activity
298298 android : name =" com.yalantis.ucrop.UCropActivity"
299299 android : screenOrientation =" portrait"
327327 android : screenOrientation =" portrait"
328328 android : theme =" @style/AppTheme.NoActionBar"
329329 android : windowSoftInputMode =" adjustNothing" />
330-
331330 <activity
332331 android : name =" .accounts.AccountActivity"
333332 android : launchMode =" singleTask"
392391 android : name =" io.fabric.ApiKey"
393392 android : value =" 78c6ec5c18fcd10ffbfd28ae038f3311f2763889" />
394393
395- <activity android : name =" .editor.CompressImageActivity" ></activity >
396- <activity android : name =" .trashbin.TrashBinActivity" ></activity >
394+ <activity android : name =" .editor.CompressImageActivity" />
395+ <activity android : name =" .trashbin.TrashBinActivity" />
396+ <activity android : name =" .share.pinterest.PinterestAuthActivity" />
397397 </application >
398398
399- </manifest >
399+ </manifest >
0 commit comments