App restrict in android MDM

北战南征 提交于 2020-01-05 07:03:18

问题


How can I restrict the android application installed in device using the MDM? Guide me to solve the problem? Thanks in advance.


回答1:


While I'm not sure what the Mass360 app does under the hood, there is a Device Admin API that became available in 2.2.

http://developer.android.com/guide/topics/admin/device-admin.html




回答2:


You will either need to write your application with Root permissions enabled, which will allow you to control the device a little more, or you will have to do some trickery to register yourself with the device when applications are launched. I am not even sure if the latter is possible, so I would advise you look down the Root path. I am afraid I cannot post any code samples as I have not done this before.



来源:https://stackoverflow.com/questions/9771995/app-restrict-in-android-mdm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!