简体   繁体   English

Xposed:无法挂接KeyguardSimPinView

[英]Xposed: cannot hook KeyguardSimPinView

I've tried to hook constructors of KeyguardSimPinView , KeyguardViewMediator , KeyguardPasswordView in initZygote() . 我试着钩构造KeyguardSimPinViewKeyguardViewMediatorKeyguardPasswordViewinitZygote()
Only KeyguardSimPinView doesn't work. KeyguardSimPinView不起作用。
I use Android 4.2.2 我使用的是Android 4.2.2
What can cause this issue? 什么会导致此问题?

Looks like KeyguardSimPinView is not used on startup in this ROM, instead KeyguardSimPinPukView is used. 看起来在此ROM中启动时未使用KeyguardSimPinView,而是使用了KeyguardSimPinPukView。 Hooking KeyguardSimPinPukView constructor works ok 挂钩KeyguardSimPinPukView构造函数可以正常工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM