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

Unified Diff: sky/apk/demo/AndroidManifest.xml

Issue 962043002: Expose Android sensors to via Mojo services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Review comments Created 5 years, 10 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 | « no previous file | sky/engine/core/script/dart_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/apk/demo/AndroidManifest.xml
diff --git a/sky/apk/demo/AndroidManifest.xml b/sky/apk/demo/AndroidManifest.xml
index 6eccbb07348d148d9c4af162abd8d0d3441371c5..abaffbd18fb56fecde3535c994b7ca758bc75a5c 100644
--- a/sky/apk/demo/AndroidManifest.xml
+++ b/sky/apk/demo/AndroidManifest.xml
@@ -8,6 +8,7 @@
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.INTERNET"/>
+ <uses-feature android:name="android.hardware.sensor.accelerometer" android:required="true" />
<application android:name="org.domokit.sky.shell.SkyApplication" android:label="Sky">
<activity android:name="SkyDemoActivity"
« no previous file with comments | « no previous file | sky/engine/core/script/dart_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698