mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 09:58:08 +00:00
Disable crashing plugin and bump version to release
This plugin was crashing for lots of users with Android 4.X
This commit is contained in:
parent
3dbe956b30
commit
85c51ee720
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.kde.kdeconnect_tp"
|
||||
android:versionCode="1840"
|
||||
android:versionCode="1841"
|
||||
android:versionName="1.8.4">
|
||||
|
||||
<supports-screens
|
||||
|
@ -129,7 +129,7 @@ public class PluginFactory {
|
||||
PluginFactory.registerPlugin(FindMyPhonePlugin.class);
|
||||
PluginFactory.registerPlugin(RunCommandPlugin.class);
|
||||
PluginFactory.registerPlugin(RemoteKeyboardPlugin.class);
|
||||
PluginFactory.registerPlugin(MprisReceiverPlugin.class);
|
||||
//PluginFactory.registerPlugin(MprisReceiverPlugin.class);
|
||||
}
|
||||
|
||||
public static PluginInfo getPluginInfo(Context context, String pluginKey) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user