From 65e5ee3cfcb2a44dff3da6986de6b85e8c2a2dbd Mon Sep 17 00:00:00 2001 From: clayallsopp Date: Wed, 15 Mar 2017 16:45:53 -0700 Subject: [PATCH] Remove unneessary permissions, fixes #5886 --- .../HelloWorld/android/app/src/main/AndroidManifest.xml | 6 ++++++ .../android/app/src/release/AndroidManifest.xml | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 local-cli/templates/HelloWorld/android/app/src/release/AndroidManifest.xml diff --git a/local-cli/templates/HelloWorld/android/app/src/main/AndroidManifest.xml b/local-cli/templates/HelloWorld/android/app/src/main/AndroidManifest.xml index a470d3aac52b34..be8ea3b63c4b5e 100644 --- a/local-cli/templates/HelloWorld/android/app/src/main/AndroidManifest.xml +++ b/local-cli/templates/HelloWorld/android/app/src/main/AndroidManifest.xml @@ -6,6 +6,12 @@ + + + + + + diff --git a/local-cli/templates/HelloWorld/android/app/src/release/AndroidManifest.xml b/local-cli/templates/HelloWorld/android/app/src/release/AndroidManifest.xml new file mode 100644 index 00000000000000..3c83ecd407e171 --- /dev/null +++ b/local-cli/templates/HelloWorld/android/app/src/release/AndroidManifest.xml @@ -0,0 +1,8 @@ + + + + +