Commit 88706c27 authored by Peter Kotwicz's avatar Peter Kotwicz Committed by Commit Bot

[Android WebAPK] Make test WebAPK target handle file sharing

This CL changes the test WebAPK APK to handle file sharing

BUG=967792

Change-Id: Id184bd063f5a43d2d10d11d9e19494a0bdbf073a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632793Reviewed-by: default avatarYaron Friedman <yfriedman@chromium.org>
Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#663958}
parent 7e01d479
...@@ -22,19 +22,18 @@ ...@@ -22,19 +22,18 @@
}, },
"share_template": [{ "share_template": [{
"index": "0", "index": "0",
"title": "Share All", "title": "Share Text and Images",
"action": "https://pwa.rocks/share.html", "action": "https://pwa.rocks/share.html",
"method": "POST",
"enctype": "multipart/form-data",
"param_title": "title", "param_title": "title",
"param_text": "text", "param_text": "text",
"param_url": "url" "param_url": "url",
}, "is_file_upload": true,
{ "param_names": "[&quot;param_name&quot;]",
"index": "1", "param_accepts": "[[&quot;image/*&quot;]]",
"title": "Share Title", "mime_types": [{
"action": "https://pwa.rocks/share_title.html", "mime_type": "image/*"
"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