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
In hmdm android apk where is the code located that checks the configuration every 6 hours?
ago by (120 points)
edited ago by

1 Answer

0 votes

In Headwind MDM, the configuration is forcefully updated each hour (not 6 hours as in earlier versions).

This is done in app/src/main/java/com/hmdm/launcher/worker/PushNotificationWorker.java. See the parameter CONFIG_UPDATE_INTERVAL and its usage.

Note that this is a subclass of the Worker class, so it may be delayed when in sleep mode due to battery saving reasons.

ago by (42.7k points)
...