Skip to content

Library that lets you use reflection without any restriction above Android P

Notifications You must be signed in to change notification settings

GooDong/FreeReflection

 
 

Repository files navigation

Introduction

FreeReflection is a library that lets you use reflection without any restriction above Android P.

Usage

Add dependency to your project(jcenter):

implementation 'me.weishu:free_reflection:1.0.0'

Then, you can use reflection freely with just one line code:

Reflection.unseal(context);

About

Library that lets you use reflection without any restriction above Android P

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.2%
  • Java 26.5%
  • CMake 13.3%