MDM workflow in Android

前端 未结 3 1890
旧巷少年郎
旧巷少年郎 2020-12-13 06:57

Can any one help me out how to do MDM Integration in Android from client and server prespective?

I want to do an enterprise application which having lock an

3条回答
  •  执笔经年
    2020-12-13 07:24

    You can use DeviceAdmin to gain privileges for managing the Lock preferences and performing device wipe (among other stuff). (The user must add your app as a device administrator beforehand)

    Remote controlling your application remains exclusively your responsibility - the Android framework does not provide (or enforce) any solution for that.

    You may want to consider using Google's C2DM API, which is a convenient push mechanism.

提交回复
热议问题