getPackageName not accessible on Android API #14
Labels
android
Affect Android platform
enhancement
New feature or request
fixed-in-v4.5
Fixed in release v4.5
library
Affects the library
v4.4
Affects v4.4 release
Getting the name of the
ffmpeg-kit
package loaded is not possible using the current API.Packages
class has agetPackageName
method. And, Android API uses it internally. However that class and method is not accessible from another package. Access modifier ofPackages
class must be updated. By applying this change otherPackages
methods likegetExternalLibraries
will also become accessible.The text was updated successfully, but these errors were encountered: