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?
Xposed: cannot hook KeyguardSimPinView
71 views Asked by user1528094 At
1
Looks like KeyguardSimPinView is not used on startup in this ROM, instead KeyguardSimPinPukView is used. Hooking KeyguardSimPinPukView constructor works ok