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

Unified Diff: mandoline/app/android/apk/AndroidManifest.xml

Issue 1130763004: Gets mandoline working on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 5 years, 7 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 | « mandoline/app/android/BUILD.gn ('k') | mandoline/app/android/mandoline_context_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/app/android/apk/AndroidManifest.xml
diff --git a/mandoline/app/android/apk/AndroidManifest.xml b/mandoline/app/android/apk/AndroidManifest.xml
index b9ceeab77866d3afb01835eadded292c0e5b7705..07318e39fce32f70ccc587579f338a4b1e4fdb8b 100644
--- a/mandoline/app/android/apk/AndroidManifest.xml
+++ b/mandoline/app/android/apk/AndroidManifest.xml
@@ -13,11 +13,13 @@
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
- <application android:name="MojoShellApplication"
+ <application android:name="org.chromium.mojo.shell.MojoShellApplication"
android:label="Mandoline">
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
- <activity android:name="MojoShellActivity"
+ <meta-data android:name="mojo_lib"
+ android:value="libmandoline_runner.so" />
+ <activity android:name="org.chromium.mojo.shell.MojoShellActivity"
android:launchMode="singleTask"
android:theme="@android:style/Theme.Holo.Light.NoActionBar"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
« no previous file with comments | « mandoline/app/android/BUILD.gn ('k') | mandoline/app/android/mandoline_context_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698