tiann / FreeReflection

A library that lets you use reflection without any restriction above Android P

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unsealNative调用问题

GeekRandy opened this issue · comments

private static native int unsealNative(int targetSdkVersion);
这个native方法我没看到Reflection类中有哪里调用,请教一下 是怎么触发走到main.cpp的该native方法的?

历史方法,现在已经不用了。