2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 01:51:47 +00:00

Long-tapping the "Send clipboard" quick settings tile opens the app

Instead of launching the system app settings activity.
This commit is contained in:
Albert Vaca Cintora 2023-09-12 12:36:13 +02:00
parent 7c649be2ce
commit 2ba79a2f58

View File

@ -107,6 +107,9 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/>
</intent-filter>
</activity>
<activity
android:name="org.kde.kdeconnect.UserInterface.PluginSettingsActivity"