From 5e50563aaf5f9f02891f5e9d44859eb02b1c6ccc Mon Sep 17 00:00:00 2001 From: dustin Date: Thu, 6 Sep 2018 11:11:55 -0700 Subject: [PATCH] [Fixes #47] Add Camera permission to library Android manifest Makes integration into host applications easier Removed the camera permission from the example to demonstrate --- android/src/main/AndroidManifest.xml | 2 ++ example/android/app/src/main/AndroidManifest.xml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index e9675db..ff7847a 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,6 +1,8 @@ + + diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 0b51b35..b18be67 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -6,7 +6,6 @@ to allow setting breakpoints, to provide hot reload, etc. --> -