mirror of https://github.com/FreeRDP/FreeRDP
aFreeRDP: Added custom bookmark type
This commit is contained in:
parent
df0d258097
commit
ff5bd2e1ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue