The Device Owner API can provide enhanced functionality such as prevent the lock from being bypassed via app force-close/safe mode,prevent locked apps from running not just block interaction with them with an overlay,hide apps from the launcher and Android Settings and restrict certain Android OS features such as for example adding/removing accounts,changing VPN settings,safe mode,and much more.
Just look at how my AppLock app which is Free and Open Source(FOSS) does these things using this API.This API can significantly enhance the app lock.Hiding apps without root and without constant ADB/Shizuku access is now possible
My AppLock app is in:https://github.com/jesusalbertodeveloper/AppLock
The Device Owner API can provide enhanced functionality such as prevent the lock from being bypassed via app force-close/safe mode,prevent locked apps from running not just block interaction with them with an overlay,hide apps from the launcher and Android Settings and restrict certain Android OS features such as for example adding/removing accounts,changing VPN settings,safe mode,and much more.
Just look at how my AppLock app which is Free and Open Source(FOSS) does these things using this API.This API can significantly enhance the app lock.Hiding apps without root and without constant ADB/Shizuku access is now possible
My AppLock app is in:https://github.com/jesusalbertodeveloper/AppLock