CharlesCT

Results 1 comments of CharlesCT

老哥 们 我hook TextView 怎么hook 不到啊 @Hook("android.widget.TextView::[email protected]#android.widget.TextView.BufferType") public static void TextView_setText(TextView view, CharSequence text , TextView.BufferType type) { Log.v(TAG,"this is text" ); HookManager.getDefault().callSuper(view,text,type); }