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

Unified Diff: web_apks/minting_example/AndroidManifest.xml

Issue 1888773004: 🙅 Bind a WebAPK to its "host" browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « content/shell/android/shell_apk/AndroidManifest.xml.jinja2 ('k') | web_apks/minting_example/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web_apks/minting_example/AndroidManifest.xml
diff --git a/web_apks/minting_example/AndroidManifest.xml b/web_apks/minting_example/AndroidManifest.xml
index 728ba33adbec4533bb180aa57bacef5eee89b233..e1cb8a8bf590377f57ccd6b816c52b4ca9637293 100644
--- a/web_apks/minting_example/AndroidManifest.xml
+++ b/web_apks/minting_example/AndroidManifest.xml
@@ -34,6 +34,7 @@
<data android:scheme="https" android:host="{{ scope_url_host }}" android:pathPrefix=""></data>
</intent-filter>
</activity>
+ <meta-data android:name="runtimeHost" android:value="{{ runtime_host }}" />
<meta-data android:name="hostUrl" android:value="{{ host_url }}" />
<meta-data android:name="mac" android:value="{{ mac }}" />
<meta-data android:name="scope" android:value="{{ scope }}" />
« no previous file with comments | « content/shell/android/shell_apk/AndroidManifest.xml.jinja2 ('k') | web_apks/minting_example/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698