Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Unified Diff: shell/android/apk/AndroidManifest.xml.jinja2

Issue 1375733004: -Add a mojo service to get video frames from the camera through an android service (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: merge. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/camera_roll/src/org/chromium/services/camera_roll/CameraRollApp.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/apk/AndroidManifest.xml.jinja2
diff --git a/shell/android/apk/AndroidManifest.xml.jinja2 b/shell/android/apk/AndroidManifest.xml.jinja2
index 45640bcfeeecc5ef2269413971c7d486bb1ec1bf..0229050388915404a2b1bc7fffb53611168b2f3f 100644
--- a/shell/android/apk/AndroidManifest.xml.jinja2
+++ b/shell/android/apk/AndroidManifest.xml.jinja2
@@ -19,6 +19,7 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.NFC"/>
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
+ <uses-permission android:name="android.permission.CAMERA" />
<application android:icon="@mipmap/ic_launcher"
android:name="org.chromium.mojo.shell.MojoShellApplication"
« no previous file with comments | « services/camera_roll/src/org/chromium/services/camera_roll/CameraRollApp.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698