Commit 64339f16 authored by Peter Kotwicz's avatar Peter Kotwicz Committed by Commit Bot

[Android WebAPK] Update org.chromium.webapk.new.splash test app to handle share intents

BUG=None

Change-Id: Ie52659e0042e608e045dd2ffb89ca370c964e6f3
Reviewed-on: https://chromium-review.googlesource.com/c/1298428Reviewed-by: default avatarXi Han <hanxi@chromium.org>
Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603155}
parent be19d6d9
...@@ -24,11 +24,17 @@ ...@@ -24,11 +24,17 @@
"share_template": [{ "share_template": [{
"index": "0", "index": "0",
"title": "Share All", "title": "Share All",
"url_template": "https://pwa.rocks/share_public?title={title}&amp;text={text}&amp;url={url}" "action": "https://pwa.rocks/share.html",
"param_title": "title",
"param_text": "text",
"param_url": "url"
}, },
{ {
"index": "1", "index": "1",
"title": "Share Title", "title": "Share Title",
"url_template": "https://pwa.rocks/share_private?title={title}" "action": "https://pwa.rocks/share_title.html",
"param_title": "title",
"param_text": "text",
"param_url": "url"
}] }]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment