2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 01:51:47 +00:00
kdeconnect-android/res/xml/shortcuts.xml
Midori Kochiya 96ecd620cf Add support for Direct Share targets
As described in https://developer.android.com/training/sharing/direct-share-targets.

This makes connected devices with `SharePlugin` enabled show
up in Android's Sharesheet and can be directly shared to.
2024-06-11 14:01:03 +00:00

7 lines
353 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
<share-target android:targetClass="org.kde.kdeconnect.Plugins.SharePlugin.ShareActivity">
<data android:mimeType="*/*" />
<category android:name="org.kde.kdeconnect.category.SHARE_TARGET" />
</share-target>
</shortcuts>