问题
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