This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Description
Getting the name of the ffmpeg-kit package loaded is not possible using the current API.
Packages class has a getPackageName method. And, Android API uses it internally. However that class and method is not accessible from another package. Access modifier of Packages class must be updated. By applying this change other Packages methods like getExternalLibraries will also become accessible.