2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-10-13 13:57:57 +00:00

Fixed shared urls and text having the wrong package type

This commit is contained in:
Albert Vaca
2016-06-17 09:43:23 +02:00
parent bbc1113710
commit 226869e200
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ import java.util.ArrayList;
public class SharePlugin extends Plugin {
public final static String PACKAGE_TYPE_SHARE = "kdeconnect.share";
//public final static String PACKAGE_TYPE_SHARE = "kdeconnect.share";
public final static String PACKAGE_TYPE_SHARE_REQUEST = "kdeconnect.share.request";
final static boolean openUrlsDirectly = true;