Attention!
The content on this website hasn't been updated in a while and is provided as-is, without warranty of any kind. It is mostly kept up for archival purposes.
The content on this website hasn't been updated in a while and is provided as-is, without warranty of any kind. It is mostly kept up for archival purposes.
MaxLock by default will be locked with your previously selected locking method, so you do not have to worry about someone breaching MaxLock to unlock your chosen apps.
However MaxLock is still prone to be uninstalled. You can prevent this from happening by enabling the “Device Administrator” of MaxLock from MaxLock itself or the native Android Settings.
Doing this will also prevent MaxLock’s Data from being cleared!
After enabling the Device Administrator, MaxLock will not be uninstalled easily. However, there is a catch! MaxLock can still be disabled from within the Xposed Installer! You can prevent this by locking the Xposed Installer as well. Not only you protected MaxLock, you could also protect all of your other favourite modules from being uninstalled.
As you might have already know, adb is Android Debugging Bridge which allows you to do various things to your phone through a terminal shell.
Since it is powerful, adb also can have superuser rights. If adb is granted superuser rights, MaxLock will be automatically prone to be uninstalled without encountering the “Device Administrator” warning nor the MaxLock lock screen. This is because, a person can delete MaxLock’s apk from the system directory, rendering MaxLock as uninstalled on the next reboot. Besides that, the person can also deletes MaxLock’s data which will expose your apps instantly, without a reboot at all!
This might likely happen when you have a friend that knows Android like you, and yet he has a hand of your smartphone.
To fix this is fairly easy. Since accessing the root file system of your Android device requires superuser permission, all you need to do is to disable the automatic granting of superuser for the adb.
adb shell
su
This section is composed based on the CyanogenMod ROM’s Settings app.
NOTE: When you choose Apps only, this will ultimately silently deny superuser access to adb. If you feel like wanting to use superuser rights for adb, you will need to change this setting again in the future.
Although MaxLock is created to add a layer of security, it is not 100% secure in preventing unauthorised access to your apps. You should practise proper security methods if you wish to prevent absolute unauthorised access to your apps and data. You can combine MaxLock with other security measures to add more into securing your apps.