FreeReflection

(★ 3,154)

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

File Explorer

  • .gitignore
  • build.gradle
  • gradle.properties
  • gradlew
  • gradlew.bat
  • LICENSE
  • README.md
  • settings.gradle

# Installation Guide

gradle
Prerequisites

Setup Steps

./gradlew build

Build the project and generate library artifacts.

Key Commands

./gradlew build

Perform a full build of the project.

./gradlew assembleRelease

Package app and library in release mode.

Call Reflection.unseal(base) in your Application's attachBaseContext to bypass reflection restrictions on Android P and above.

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

// repository documentation