changing operation names

merge-requests/1/head
Nirothipan 7 years ago
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…
Cancel
Save