# FreeReflection **Repository Path**: tib/FreeReflection ## Basic Information - **Project Name**: FreeReflection - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2018-06-09 - **Last Updated**: 2021-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FreeReflection **FreeReflection** is a library that lets you use reflection without any restriction above Android P. ## Usage 1. Add dependency to your project(jcenter): ```gradle implementation 'me.weishu:free_reflection:1.0.0' ``` 2. Add one line to your `Application.attachBaseContext` : ```java @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 :) ## Donations If you like this project, buy me a cup of coffee! :) Bitcoins: 39Wst8oL74pRP2vKPkPihH6RFQF4hWoBqU ## License MIT License