diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-09-10 14:35:21 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-09-10 14:35:21 +0200 |
| commit | 3cf5e5a97afe8fc7877b528cf19130bef0d68bad (patch) | |
| tree | b2ba8044cb293716af3f3330903aea1d7b6bfcd9 /StoneIsland/plugins/cordova-plugin-x-socialsharing/src/android/res/xml | |
| parent | 50bf754c8742a5b7d054b9d93f9d4e37c1641a01 (diff) | |
build the app
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-x-socialsharing/src/android/res/xml')
| -rw-r--r-- | StoneIsland/plugins/cordova-plugin-x-socialsharing/src/android/res/xml/sharing_paths.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-x-socialsharing/src/android/res/xml/sharing_paths.xml b/StoneIsland/plugins/cordova-plugin-x-socialsharing/src/android/res/xml/sharing_paths.xml new file mode 100644 index 00000000..278084a2 --- /dev/null +++ b/StoneIsland/plugins/cordova-plugin-x-socialsharing/src/android/res/xml/sharing_paths.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<paths> + <external-path + name="Android/data/${applicationId}/socialsharing_downloads" + path="./socialsharing-downloads"/> + + <root-path + name="root" + path="/"/> + +</paths>
\ No newline at end of file |
