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.

0 votes
I want to create a scream(find my device) that should make sound when enable it from the admin panel how could I do this ? for this how could I get response from the mdm server ? more over I want this scream(find my device) inside the launcher itself.
by (210 points)
retagged by

1 Answer

+1 vote
Here are some best practices for the development of an app like yours:

1. Integrate the Headwind MDM mobile SDK library into your application: https://h-mdm.com/headwind-mdm-api/

2. Use Push notifications to send signals to the device: https://h-mdm.com/push-notifications-api/

3. There's a "Push notification" plugin in the web panel (Functions - Push Messages) which could be used to test your app.
by (33.5k points)
I don't recommend updating the launcher to implement features like this. However you can do that by cloning the code from https://github.com/h-mdm/hmdm-android
Thank you for the information
Sorry, we do not provide such guides. You can review the source code yourself or hire an Android developer to update the code.
...