File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
local-cli/templates/HelloWorld/android/app/src Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 6
6
<uses-permission android : name =" android.permission.INTERNET" />
7
7
<uses-permission android : name =" android.permission.SYSTEM_ALERT_WINDOW" />
8
8
9
+ <!-- These permissions are added implicitly by android-jsc, see https://github.com/facebook/android-jsc/pull/12 -->
10
+ <!-- The following lines can be removed after android-jsc is updated in react-native -->
11
+ <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" tools : node =" remove" />
12
+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" tools : node =" remove" />
13
+ <uses-permission android : name =" android.permission.READ_PHONE_STATE" tools : node =" remove" />
14
+
9
15
<uses-sdk
10
16
android : minSdkVersion =" 16"
11
17
android : targetSdkVersion =" 22" />
Original file line number Diff line number Diff line change
1
+ <manifest
2
+ xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : tools =" http://schemas.android.com/tools"
4
+ >
5
+
6
+ <!-- These are added by React Native for debug mode, but aren't needed in release mode -->
7
+ <uses-permission android : name =" android.permission.SYSTEM_ALERT_WINDOW" tools : node =" remove" />
8
+ </manifest >
You can’t perform that action at this time.
0 commit comments