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

getPackageName not accessible on Android API #14

@tanersener

Description

@tanersener

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.

Metadata

Metadata

Assignees

Labels

androidAffect Android platformenhancementNew feature or requestfixed-in-v4.5Fixed in release v4.5libraryAffects the libraryv4.4Affects v4.4 release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions