From b21b69aaa6d5747e324dc536272542f8575056ac 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 | 7 +++++++ .../android/app/src/release/AndroidManifest.xml | 8 ++++++++ 2 files changed, 15 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..49b5084ad9c9bf 100644 --- a/local-cli/templates/HelloWorld/android/app/src/main/AndroidManifest.xml +++ b/local-cli/templates/HelloWorld/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,5 @@ @@ -6,6 +7,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 @@ + + + + +