Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.
Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.
Good morning,
I have been trying since this morning to send push notifications to be able to restart my android devices enrolled on the MDM (which have the MDM launcher by default), in order to restart them remotely. MDM launcher has all possible rights in the settings. I tested the following commands, as well as the following link on the forum. None of the solutions work on my devices.
Runtime.getRuntime().exec(new String[]{"su","-c","reboot"});
{"su","-c","reboot"}
Or just type field, write the word reboot
Can you help me ? Thank you !
(I'm on the free version, and in the latest version (panel and launcher))