How to allow fingerprint unlock after a reboot
Decompile SystemUI.
Go to smali/com/android/keygaurd/KeyguardUpdateMonitor.smali
Search for:
Change the 0x0 to 0x1
Recompile!
Decompile SystemUI.
Go to smali/com/android/keygaurd/KeyguardUpdateMonitor.smali
Search for:
Code:
.method public isUnlockingWithFingerprintAllowed()Z
.locals 2
.prologue
const/4 v0, 0x0
Recompile!