diff options
author | sceneq <sceneq@users.noreply.github.com> | 2017-10-26 13:05:52 +0900 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2017-11-11 11:55:20 +0100 |
commit | 27fdbb930b60c4c95b3712a60a0290763cf24276 (patch) | |
tree | 9303e9aee49a4314a9dc72c6d1855f2f0bece0ff /main | |
parent | d6d3bba6f0c070d151835f33ec2ec71a40f8a209 (diff) |
Accept from the content scheme
Diffstat (limited to 'main')
-rw-r--r-- | main/src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/main/AndroidManifest.xml b/main/src/main/AndroidManifest.xml index d8239bc9..e1dd161a 100644 --- a/main/src/main/AndroidManifest.xml +++ b/main/src/main/AndroidManifest.xml @@ -157,6 +157,7 @@ <data android:mimeType="*/*" /> <data android:scheme="file" /> + <data android:scheme="content" /> <data android:host="*" /> <data android:pathPattern=".*..*..*..*..*.ovpn" /> <data android:pathPattern=".*..*..*..*.ovpn" /> |