I was able to follow and complete the Device Administration Sample. I can successfully lock, wipe data and do other administrative tasks as well.
I am trying to know whether a screen lock passwordis already present or not, when my app has started.
I am using Device Policy Manager in my Android App and I have a problem with Honeycomb devices.When attempting to call resetPassword I get an exception thrown.This is not the case in Froyo or Gingerbr
Is there a way to harden an android device? For example, my company wants to make an application for our clients. We will install the application on a selected android device. Since our application ha
I want to write tests for an application that uses the androiddevice administration API . My problem is that the user needs to manually grant one-time approval for the application to have admin rights
i want to set 2 minutes of user inactivity that can occur before the device locks using setMaximumTimeToLock.
I wrote an app with device admin enabled (DevicePolicyManager) and installed. But when I want to uninstall it, it returns failed with this message
How to use Google Apps device policy in Android. what are the methods we need to use to provide google apps device开发者_StackOverflow中文版 policy in Android?You can refer to some basic official doc
i am try to lock the device using DeviceAdminReceiver and try to enable administration like following:
How to remotely wipe the data from device? I have already tried the sample code given in Device administration. In that we can locally wipe all the device dat开发者_开发知识库a and reset the device