Android Safe Mode Password Protection [closed]

只谈情不闲聊 提交于 2020-01-22 23:00:30

问题


I found MMGuardian a pretty App to Monitor Android devices. It includes a Feature called Safe Mode Lock (http://www.mmguardian.com/safe-mode-lock). Which protects Safe Mode booting with a Password. Has somebody a idea how it works, how I can implement a similar Feature?


回答1:


I found a easy solution.

The idea is simple. On shutdown the device password will be set to a master password. The normal user doesn't know the password. And on boot the password will be reset to teh users password, but the reset will not be executed in Safe Mode. So the safe mode is locked for normal users. I'm not sure if it's works for all devices,

You can find the source at github https://github.com/areman/samo



来源:https://stackoverflow.com/questions/31968627/android-safe-mode-password-protection

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!