Device Remote Lock
Device Remote Lock remotely locks devices and displays a customizable message prior to repair, replacement, decommissioning, or other purposes.
Last updated
{
"notificationId": 6001,
"notificationAction": "cancel",
"packageName": "com.bluefletch.ems.emm.launcher",
"intentAction": "com.bluefletch.ACTION_FORCE_LOCK_ENABLE"
}adb shell am broadcast -a com.bluefletch.ACTION_FORCE_LOCK_ENABLE -p com.bluefletch.ems.emm.launcher{
"notificationId": 6001,
"notificationAction": "cancel",
"packageName": "com.bluefletch.ems.emm.launcher",
"intentAction": "com.bluefletch.ACTION_FORCE_LOCK_DISABLE"
} adb shell am broadcast -a com.bluefletch.ACTION_FORCE_LOCK_DISABLE -p com.bluefletch.ems.emm.launcher{
"forceLock": {
"backgroundColor": "#FF0000",
"title": "Title of the dialog",
"message": "This is what shows up when the device is locked."
}
}