mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-31 06:05:12 +00:00
Merge branch 'stable'
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user