Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit f029af5

Browse files
committed
Remove unused Android permissions using remove tool
1 parent ce7058d commit f029af5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mobile/android/app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
xmlns:tools="http://schemas.android.com/tools"
23
package="com.lightningapp">
34

45
<uses-permission android:name="android.permission.INTERNET" />
6+
<uses-permission tools:node="remove" android:name="android.permission.SYSTEM_ALERT_WINDOW" />
7+
<uses-permission tools:node="remove" android:name="android.permission.READ_PHONE_STATE" />
8+
<uses-permission tools:node="remove" android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
9+
<uses-permission tools:node="remove" android:name="android.permission.READ_EXTERNAL_STORAGE" />
510

611
<!-- OPTIONAL PERMISSIONS, REMOVE WHATEVER YOU DO NOT NEED -->
712
<uses-permission android:name="android.permission.WAKE_LOCK" />

0 commit comments

Comments
 (0)