mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-31 14:15:14 +00:00
Summary: Since Android Nougat, the previous way to open a file shared to android did not work anymore (using `file://` urls), as marked with a TODO. This diff implements the new way of opening files: a content provider url (`content://`) allows opening files through the KDE Connect app. As an added benefit, apps without external files permission can now open files received by KDE Connect. Test Plan: Works for me. Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: albertvaka, nicolasfella Differential Revision: https://phabricator.kde.org/D9331
5 lines
167 B
XML
5 lines
167 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<external-path name="external_files" path="." />
|
|
</paths>
|