device-admin
Device Administration Problem after RESTART
I was able to follow and complete the Device Administration Sample. I can successfully lock, wipe data and do other administrative tasks as well.[详细]
2023-03-29 10:14 分类:问答Device Password in Android is existing or not
I am trying to know whether a screen lock passwordis already present or not, when my app has started.[详细]
2023-03-17 06:39 分类:问答Device Policy Manager - Reset Password - Android 3.0 Problems
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[详细]
2023-03-07 18:44 分类:问答Hardening or securing android device
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[详细]
2023-03-02 11:50 分类:问答programmatically enable android device administration
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[详细]
2023-02-27 02:00 分类:问答unable to lock device through device administration api
i want to set 2 minutes of user inactivity that can occur before the device locks using setMaximumTimeToLock.[详细]
2023-02-24 05:49 分类:问答How to remove an app with active device admin enabled on Android?
I wrote an app with device admin enabled (DevicePolicyManager) and installed. But when I want to uninstall it, it returns failed with this message[详细]
2023-02-19 08:26 分类:问答Google Apps device policy in Android
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[详细]
2023-02-08 00:50 分类:问答Lock device using DeviceAdminReceiver
i am try to lock the device using DeviceAdminReceiver and try to enable administration like following:[详细]
2023-01-30 22:31 分类:问答Remotely Wipe Data from device in android 2.2
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[详细]
2023-01-30 10:36 分类:问答