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

Unified Diff: chrome/android/webapk/shell_apk/AndroidManifest.xml

Issue 2762873003: Fix: long-tapping a WebAPK in recents shows Chrome.
Patch Set: yfriedman@'s comments. Created 3 years, 9 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/webapk/shell_apk/AndroidManifest.xml
diff --git a/chrome/android/webapk/shell_apk/AndroidManifest.xml b/chrome/android/webapk/shell_apk/AndroidManifest.xml
index 1e40170fd1adb8663aedcdae3d0817fbc044bde5..44c3b871fbf8972631f6473b20f017cedcf54276 100644
--- a/chrome/android/webapk/shell_apk/AndroidManifest.xml
+++ b/chrome/android/webapk/shell_apk/AndroidManifest.xml
@@ -31,6 +31,10 @@
<data android:scheme="{{ scope_url_scheme }}" android:host="{{ scope_url_host }}" android:pathPrefix="{{ scope_url_path }}"></data>
</intent-filter>
</activity>
+ <activity android:name="org.chromium.webapk.shell_apk.RecentsPlaceholderActivity"
+ android:theme="@android:style/Theme.Translucent.NoTitleBar"
+ android:exported="false">
+ </activity>
<activity android:name="org.chromium.webapk.shell_apk.NotificationSettingsLauncherActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>

Powered by Google App Engine
This is Rietveld 408576698