This project is an Android hidden API wrapper and system API bridge that provides access to internal Android system classes and resources. It enables compilation and execution of code against non-public Android framework methods and internal classes by replacing the standard platform jar.
The tooling facilitates the retrieval of system-level strings, dimensions, and colors through an internal resource accessor, removing the need for manual Java reflection.
The project covers low-level architectural mechanisms for custom bootclasspath injection and stub-based class loading to bypass compile-time checks for non-public system members. It also includes reflection-based resource access to retrieve private system resources at runtime.