mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
changing operation names
This commit is contained in:
parent
c9bac2c860
commit
79447cbaf7
@ -74,8 +74,8 @@ public final class AndroidConstants {
|
||||
}
|
||||
|
||||
public static final String DEVICE_LOCK = "DEVICE_LOCK";
|
||||
public static final String FILE_DOWNLOAD = "FILE_UPLOAD_TO_THE_DEVICE";
|
||||
public static final String FILE_UPLOAD = "FILE_UPLOAD_BY_THE_DEVICE";
|
||||
public static final String FILE_DOWNLOAD = "FILE_UPLOAD";
|
||||
public static final String FILE_UPLOAD = "FILE_DOWNLOAD";
|
||||
public static final String DEVICE_UNLOCK = "DEVICE_UNLOCK";
|
||||
public static final String DEVICE_LOCATION = "DEVICE_LOCATION";
|
||||
public static final String WIFI = "WIFI";
|
||||
|
||||
@ -144,8 +144,8 @@
|
||||
"name": "selection",
|
||||
"id": "upload",
|
||||
"optional": false,
|
||||
"yesValue": "Upload by the Device",
|
||||
"noValue": "Upload to the Device"
|
||||
"yesValue": "FILE DOWNLOAD",
|
||||
"noValue": "FILE UPLOAD"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user