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

Unified Diff: chrome/android/java/AndroidManifest.xml

Issue 2956993002: Introduce a new WebAPK launch action. (Closed)
Patch Set: Created 3 years, 6 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: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 464c9825e32fbe0ddff9ca803a5e15389b380faa..c2bed8d3327734aa13525e7029f2750128ae4bbf 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -481,6 +481,10 @@ by a child template that "extends" this file.
<action android:name="com.google.android.apps.chrome.webapps.WebappManager.ACTION_START_WEBAPP" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
+ <intent-filter>
+ <action android:name="org.chromium.webapk.ACTION_START_WEBAPK" />
Yaron 2017/06/27 14:38:24 wdyt about omitting "chromium" this time? Or I tak
Xi Han 2017/06/27 15:05:49 I don't have a strong preference between "org.chro
Yaron 2017/06/27 15:19:41 In the doc (#5), we selected org.webapk.ACTION_STA
Xi Han 2017/06/27 17:37:17 I am fine with "org.webapk.ACTION_START_WEBAPK" to
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
</activity>
<activity-alias android:name="com.google.android.apps.chrome.webapps.WebappManager"
android:targetActivity="org.chromium.chrome.browser.webapps.WebappLauncherActivity">

Powered by Google App Engine
This is Rietveld 408576698