We made some changes to the skia library of the Android OS (Froyo), and it works well in the emulator. It also worked when we inserted (replaced) the corresponding .so files on the device.
Now we want to provide this service to end users. Is it possible to make an application (apk) that people install to complete this task?
If this is not possible, then how can we provide a service to others?
source
share