mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 09:58:08 +00:00
Revert "Comment out MouseReceiverPlugin"
This reverts commit a663f4d106f11112d8f7a9deda9e010732df3ed6.
This commit is contained in:
parent
2b1e4dcb23
commit
dc7fc46e62
@ -362,7 +362,6 @@
|
|||||||
<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"
|
||||||
@ -374,7 +373,6 @@
|
|||||||
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"
|
||||||
|
@ -20,7 +20,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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user