mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-10-06 00:23:01 +02: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:
@@ -365,6 +365,7 @@
|
|||||||
<action android:name="android.service.chooser.ChooserTargetService" />
|
<action android:name="android.service.chooser.ChooserTargetService" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</service>
|
||||||
|
<!--
|
||||||
<service
|
<service
|
||||||
android:name="org.kde.kdeconnect.Plugins.MouseReceiverPlugin.MouseReceiverService"
|
android:name="org.kde.kdeconnect.Plugins.MouseReceiverPlugin.MouseReceiverService"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
@@ -376,6 +377,7 @@
|
|||||||
android:name="android.accessibilityservice"
|
android:name="android.accessibilityservice"
|
||||||
android:resource="@xml/mouse_receiver_service" />
|
android:resource="@xml/mouse_receiver_service" />
|
||||||
</service>
|
</service>
|
||||||
|
-->
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name="org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationFilterActivity"
|
android:name="org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationFilterActivity"
|
||||||
|
@@ -21,7 +21,7 @@ import org.kde.kdeconnect.UserInterface.MainActivity;
|
|||||||
import org.kde.kdeconnect.UserInterface.StartActivityAlertDialogFragment;
|
import org.kde.kdeconnect.UserInterface.StartActivityAlertDialogFragment;
|
||||||
import org.kde.kdeconnect_tp.R;
|
import org.kde.kdeconnect_tp.R;
|
||||||
|
|
||||||
@PluginFactory.LoadablePlugin
|
//@PluginFactory.LoadablePlugin
|
||||||
@RequiresApi(api = Build.VERSION_CODES.N)
|
@RequiresApi(api = Build.VERSION_CODES.N)
|
||||||
public class MouseReceiverPlugin extends Plugin {
|
public class MouseReceiverPlugin extends Plugin {
|
||||||
private final static String PACKET_TYPE_MOUSEPAD_REQUEST = "kdeconnect.mousepad.request";
|
private final static String PACKET_TYPE_MOUSEPAD_REQUEST = "kdeconnect.mousepad.request";
|
||||||
|
Reference in New Issue
Block a user