Skip to content

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

License

Notifications You must be signed in to change notification settings

miqideliwu/FreeReflection

 
 

Repository files navigation

FreeReflection

FreeReflection is a library that lets you use reflection without any restriction above Android P (includes Q and R).

Usage

  1. Add dependency to your project(jcenter):
implementation 'me.weishu:free_reflection:3.0.1'
  1. Add one line to your Application.attachBaseContext :
@Override
protected void attachBaseContext(Context base) {
    super.attachBaseContext(base);
    Reflection.unseal(base);
}

Then you can use the reflection API normally, all the restrictions are gone. Enjoy yourself :)

Under the hood

Donations

If you like this project, buy me a cup of coffee! :)

BitCoin: 39Wst8oL74pRP2vKPkPihH6RFQF4hWoBqU

License

MIT License

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 48.9%
  • Java 44.5%
  • CMake 6.6%