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

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

Issue 954893002: Add support for VIEW intents to SkyShell. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
Index: sky/shell/apk/AndroidManifest.xml
diff --git a/sky/shell/apk/AndroidManifest.xml b/sky/shell/apk/AndroidManifest.xml
index 4b883998b0be36d6b81e12b0bfadd00b9c874aac..1d9b12d643e788bfcc07573512ac6d3e76f1da0f 100644
--- a/sky/shell/apk/AndroidManifest.xml
+++ b/sky/shell/apk/AndroidManifest.xml
@@ -19,6 +19,11 @@
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW"/>
+ <category android:name="android.intent.category.DEFAULT" />
+ <data android:scheme="sky" />
+ </intent-filter>
</activity>
</application>
</manifest>
« no previous file with comments | « sky/services/viewport/viewport_observer.mojom ('k') | sky/shell/apk/src/org/domokit/sky/shell/PlatformView.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698