PrivacyMethodHooker
PrivacyMethodHooker copied to clipboard
init
/** * 读取AndroidId */ @JvmStatic @AsmMethodReplace( oriClass = Settings.System::class, // oriClass = Settings.Secure::class, oriAccess = AsmMethodOpcodes.INVOKESTATIC ) fun getString(resolver: ContentResolver, name: String): String? {} 类似这种System下的getString和Secure只能hook其中一个吗?
后面还会考虑继续维护吗
> java.lang.UnsupportedClassVersionError: com/lanshifu/plugin/Plugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions...
把当前项目往gradle 7.2.2迁移各种问题,兄弟能不能出一个gradle7.2.2版本的