🌟 AlternativeUnlockXposed
🤖 HowToUse
- Install Magisk
- Install LSPosed
- Install this module
- Activate this module in LSPosed settings (It automatically enables for SystemUI)
- Launch AlternativeUnlockXposed, allow superuser access, set your primary password and alternative password
- (optional) Setup what to do when entered the alternative PIN: change action to sudo, and set your command. e.g. :
for i in
🤖 HowToUse
- Install Magisk
- Install LSPosed
- Install this module
- Activate this module in LSPosed settings (It automatically enables for SystemUI)
- Launch AlternativeUnlockXposed, allow superuser access, set your primary password and alternative password
- (optional) Setup what to do when entered the alternative PIN: change action to sudo, and set your command. e.g. :
for i in
pm list packages | grep -i -E 'telegram|sagernet|twitter|discord|tinder' | cut -d : -f 2 ; do pm disable $i; done