Menu
  • HOME
  • TAGS

How to activate device admin on google glasses?

google-glass,google-gdk,device-admin

Android stack on Google glass doesn't support admin feature.

How to set device password using managed profile in Android 5.0

android,android-5.0-lollipop,device-admin

java.lang.SecurityException is because managed profile owner cannot reset the primary user's password. The managed profile owner can set the password quality but resetting the password is not allowed. ...

Wiping data on Android: Device Admin versus Profile Owner

android,mdm,device-admin,android-managed-profile,profile-owner

Yes , When a device admin app calls the API , it wipes the entire device and when the same api is called with in the profile , it wipes data for current profile

Remove the sample app, Android MDM?

android,mdm,administrator,device-admin

just goto settting-> security -> Device Administrators -> uncheck your app then you can uninstall

Hide app from Device Administration in system settings security

android,security,device-admin

But my app is showing in android settings-> Security -> Device Administrators. Which is totally normal. You can't. And that would be a security issue if you could "hide an administrator application"......

Prevent app from Uninstall in Android

android,device-admin

This is not possible. You cannot decide on your own to make your app be a device administrator. You are welcome to lead the user over to the appropriate spot in the Settings app to have the user elect to make your app be a device administrator, though, via ACTION_ADD_DEVICE_ADMIN....

Prevent user from changing input method

android,android-input-method,device-admin

As far as the search I performed suggests - there is no such way to prevent users from changing input method.