mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
aFreeRDP: Added custom bookmark type
This commit is contained in:
@@ -21,6 +21,7 @@ public class BookmarkBase implements Parcelable, Cloneable
|
||||
public static final int TYPE_MANUAL = 1;
|
||||
public static final int TYPE_QUICKCONNECT = 2;
|
||||
public static final int TYPE_PLACEHOLDER = 3;
|
||||
public static final int TYPE_CUSTOM_BASE = 1000;
|
||||
|
||||
// performance flags
|
||||
public static class PerformanceFlags implements Parcelable
|
||||
|
||||
Reference in New Issue
Block a user