aacai

Results 6 issues of aacai

当target>28出现 Cause: execute-only (no-read) memory access error; likely due to data in .text. 这时候该如何hook呢

希望可以适配adguard配置

dialog可以开一个setAnimation方法吗

*In my case, parsing tens of thousands of lines of code is slow, and I need to nest two layers of ScrollView for some purpose, which leads to a particular...

performance

在jetpack compose官方的与View交互AndroidView中,模糊效果不生效 AndroidView( modifier = Modifier .fillMaxSize() .border(width = 5.dp, color = Color.Red), factory = { context -> LinearLayout(context).apply { orientation = LinearLayout.VERTICAL layoutParams = ViewGroup.LayoutParams( ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT ) addView(ImageView(context).apply...