This feature is available in Headwind MDM Premium. Please contact technical support to get the mobile agent APK.
To raise an alert (flash, sound, screen blinking, vibration), send a Push message (Functions - Push messages):
Type: runApp
Payload:
{
pkg: "com.hmdm.alert",
extra: [
flash: true,
screen: true,
sound: true,
message: "Please find me!",
time: 60
]
}
(Any of the extra parameters is optional).