Am developing a sample application for some administration activities. I need to know how to make password visible using Device Policy Manager. Give me a sample code or else suggest me any ways to handle it.
Am developing a sample application for some administration activities. I need to know how
Share
Visible password can be read and write using the below piece of code:
int visiblePassword = Settings.System.getInt(
this.getContentResolver(),
Settings.System.TEXT_SHOW_PASSWORD, 1);