ANDROID: is it possible to replace the Android OS library file through the application (.apk)?

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?

+3
source share
3 answers

, , Google ( , )

+4

, , .

+2

You cannot, unfortunately, if

  • you are the manufacturer of the device (or Google)

  • you are developing an image with a system replacement or only root devices are configured.

+2
source

All Articles