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
Can we use the device policy manager in our developed app using the device-owner of H-MDM?
by (120 points)
edited by

1 Answer

0 votes
You can use the same shared user ID as the device owner app. In this case you can use the device policy manager functions.

1. Sign your application with the same keys as the Headwind MDM mobile agent

2. Add the following attribute to the manifest tag of your app's AndroidManifest.xml:

android:sharedUserId="com.hmdm"
by (34.4k points)
...