From 161c56809508a06fa320bbe96144c8c612da3187 Mon Sep 17 00:00:00 2001 From: mannol Date: Tue, 29 Aug 2017 20:26:19 +0200 Subject: [PATCH] (android): Remove nonexistant Android permission (#863) Android does not have RECORD_VIDEO permission. For a list of available permissions check [this link](https://developer.android.com/reference/android/Manifest.permission.html). --- Example/android/app/src/main/AndroidManifest.xml | 2 -- README.md | 1 - 2 files changed, 3 deletions(-) diff --git a/Example/android/app/src/main/AndroidManifest.xml b/Example/android/app/src/main/AndroidManifest.xml index 5e98ad5..5df5030 100644 --- a/Example/android/app/src/main/AndroidManifest.xml +++ b/Example/android/app/src/main/AndroidManifest.xml @@ -6,13 +6,11 @@ - - diff --git a/README.md b/README.md index e4e7d09..9e09895 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ pod 'react-native-camera', path: '../node_modules/react-native-camera' ``` - ```