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
What is the timeout value for downloading an application?

Is it possible to change this value?
by (290 points)

1 Answer

0 votes
The timeout value is 10 seconds.

It can only be changed in the source code of the launcher.

File: app/src/main/java/com/hmdm/launcher/Const.java

Value: CONNECTION_TIMEOUT
by (34.1k points)
...