[6.2.0][技术优化] 排掉高版本用到的api
This commit is contained in:
@@ -47,8 +47,8 @@ class JankPointAutoGenerator {
|
||||
hookAllPublicMethods = true,
|
||||
scope = Scope.LEAF,
|
||||
hookType = HookType.AROUND,
|
||||
excludeHookMethodNames = { "runOnUiThread", "toString", "hashCode" },
|
||||
excludeHookMethodDescs = { "(Ljava/lang/Runnable;)V", "()Ljava/lang/String;", "()I" }
|
||||
excludeHookMethodNames = { "runOnUiThread", "toString", "hashCode", "onPictureInPictureUiStateChanged", "enterPictureInPictureMode", "setPictureInPictureParams" },
|
||||
excludeHookMethodDescs = { "(Ljava/lang/Runnable;)V", "()Ljava/lang/String;", "()I", "(Landroid/app/PictureInPictureUiState;)V", "(Landroid/app/PictureInPictureParams;)Z", "(Landroid/app/PictureInPictureParams;)V" }
|
||||
)
|
||||
private Activity activity;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user