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

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

Issue 1061313003: Introduce intent manager. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 8 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
diff --git a/shell/android/apk/AndroidManifest.xml b/shell/android/apk/AndroidManifest.xml
index 9e368b913f35a8da613767666a6d8b8306acb70e..ff3a3d2a081633413124d292e697f148804a5e7f 100644
--- a/shell/android/apk/AndroidManifest.xml
+++ b/shell/android/apk/AndroidManifest.xml
@@ -27,6 +27,7 @@
<action android:name="android.intent.action.VIEW"/>
</intent-filter>
</activity>
+ <service android:name=".IntentReceiverService"/>
</application>
</manifest>
« no previous file with comments | « shell/android/android_handler.cc ('k') | shell/android/apk/src/org/chromium/mojo/shell/IntentReceiverRegistry.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698