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

Merge branch 'stable'

This commit is contained in:
Albert Vaca 2015-09-10 08:12:22 -07:00
commit 7fc7a37be4
2 changed files with 3 additions and 3 deletions

View File

@ -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="903"
android:versionCode="904"
android:versionName="0.9">
<uses-sdk android:minSdkVersion="9"

View File

@ -83,8 +83,8 @@ public class Device implements BaseLink.PackageReceiver {
private ArrayList<String> unsupportedPlugins = new ArrayList<>();
private HashSet<String> supportedIncomingInterfaces = new HashSet<>();
HashMap<String, ArrayList<String>> pluginsByIncomingInterface;
HashMap<String, ArrayList<String>> pluginsByOutgoingInterface;
private HashMap<String, ArrayList<String>> pluginsByIncomingInterface;
private HashMap<String, ArrayList<String>> pluginsByOutgoingInterface;
private final SharedPreferences settings;