- Support possibly all native lock types, fix #15
- Suppress logs when
realPassword
is detected from lock screen
Here's how to use this module if you use Pattern
for screen lock:
- Install and enable this module, open app and click 'Restart SystemUI'
- grab logs with
adb logcat | grep alternativeUnlockHook
or your favorite log viewer (asDebug
level) - Unlock with your desired fake pattern
- Unlock with your real pattern
- You'll find two different
credStr
of your unlocks from logcat , fill them intofakePassword
andrealPassword
- Done! Now click 'Restart SystemUI' .