Khawar
Khawar

Reputation: 5227

Mobile device managment for SAFE devices

I am trying to develop a Mobile Device Management Application. I have so far implemented native or basic restrictions (policies) based on http://developer.android.com/guide/topics/admin/device-admin.html

Now I want more access to the device to put more restrictions, I searched and found a page which is almost exactly same for what I want to implement. Below is the page: http://www.manageengine.com/products/desktop-central/help/mobile_device_management/mdm_android_restrictions.html

I understand that almost all of these require the device to be SAFE. Once I have the SAFE device then where can I find any documentation or source code or samples where I can see how these restrictions are getting implemented in code. I am unable to find any such thing so far. There must be some API or tutorials etc to guide on implementing these. Please guide me on how to implement these on SAFE device.

Upvotes: 0

Views: 250

Answers (1)

Victor Ronin
Victor Ronin

Reputation: 23318

You need to register to Samsung Safe program. As soon as you will be member you will have access to

  • Documentation
  • Examples
  • Special API token which will allow you to call these API's

Upvotes: 1

Related Questions