Xposed: cannot hook KeyguardSimPinView

82 Views Asked by At

I've tried to hook constructors of KeyguardSimPinView,KeyguardViewMediator, KeyguardPasswordView in initZygote().
Only KeyguardSimPinView doesn't work.
I use Android 4.2.2
What can cause this issue?

1

There are 1 best solutions below

0
On

Looks like KeyguardSimPinView is not used on startup in this ROM, instead KeyguardSimPinPukView is used. Hooking KeyguardSimPinPukView constructor works ok