2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-05 16:45:08 +00:00

Disable MouseReceiver Plugin so we don't need accessibility API

Google doesn't like it :( Hopefully we can re-add it back soon.
This commit is contained in:
Albert Vaca Cintora
2023-04-22 22:44:49 +02:00
parent 2616a7a529
commit 32d6a346ab
2 changed files with 3 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ import org.kde.kdeconnect.UserInterface.MainActivity;
import org.kde.kdeconnect.UserInterface.StartActivityAlertDialogFragment;
import org.kde.kdeconnect_tp.R;
@PluginFactory.LoadablePlugin
//@PluginFactory.LoadablePlugin
@RequiresApi(api = Build.VERSION_CODES.N)
public class MouseReceiverPlugin extends Plugin {
private final static String PACKET_TYPE_MOUSEPAD_REQUEST = "kdeconnect.mousepad.request";