2
0
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:
Albert Vaca 2018-05-16 17:10:58 +02:00
parent 3dbe956b30
commit 85c51ee720
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.kde.kdeconnect_tp" package="org.kde.kdeconnect_tp"
android:versionCode="1840" android:versionCode="1841"
android:versionName="1.8.4"> android:versionName="1.8.4">
<supports-screens <supports-screens

View File

@ -129,7 +129,7 @@ public class PluginFactory {
PluginFactory.registerPlugin(FindMyPhonePlugin.class); PluginFactory.registerPlugin(FindMyPhonePlugin.class);
PluginFactory.registerPlugin(RunCommandPlugin.class); PluginFactory.registerPlugin(RunCommandPlugin.class);
PluginFactory.registerPlugin(RemoteKeyboardPlugin.class); PluginFactory.registerPlugin(RemoteKeyboardPlugin.class);
PluginFactory.registerPlugin(MprisReceiverPlugin.class); //PluginFactory.registerPlugin(MprisReceiverPlugin.class);
} }
public static PluginInfo getPluginInfo(Context context, String pluginKey) { public static PluginInfo getPluginInfo(Context context, String pluginKey) {