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

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: remove stale files. Created 5 years, 3 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
Index: shell/android/apk/AndroidManifest.xml.jinja2
diff --git a/shell/android/apk/AndroidManifest.xml.jinja2 b/shell/android/apk/AndroidManifest.xml.jinja2
index aacf1dce255a83ed25b897882d89353835a2d744..7d7ed21939b07aa939a013d8a48760d589d7a775 100644
--- a/shell/android/apk/AndroidManifest.xml.jinja2
+++ b/shell/android/apk/AndroidManifest.xml.jinja2
@@ -20,6 +20,9 @@
<uses-permission android:name="android.permission.NFC"/>
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
alhaad1 2015/10/02 06:33:27 Why do we need write permission?
gautham 2015/10/02 22:29:12 Done.
+ <uses-permission android:name="android.permission.CAMERA" />
+
<application android:icon="@mipmap/ic_launcher"
android:name="org.chromium.mojo.shell.MojoShellApplication"
android:label="{{ apk_name }}">

Powered by Google App Engine
This is Rietveld 408576698