Is it possible to load a c library put into "A" package of a developer from a package called "B" of the same developer? (package = standalone application package on Play Store)
Basically, I want to check if "com.myapps.codecArmv6" exists from "com.myapps.mainapp" and if yes, I want to use System.loadLibrary on "com.myapps.codecArmv6"'s "abc.so" from a specific class of "com.myapps.mainapp".
Is this possible?