简体   繁体   中英

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

We have made some changes in the "skia" library of Android OS (Froyo) and it works well in emulator. It also worked when we pushed (replaced) the corresponding .so files in to a device.

Now we want to provide this service to the end users. Is it possible to make an application(apk) that people install to perform this task?

If not possible, then what is the best way we can provide the service to others?

如果您创建了一个对一系列用户有用的有用功能,您可以将补丁提交给Google代码审核(您可以在此处阅读如何执行此操作)

我相信这只有在应用程序具有超级用户权限或您自己向用户分发ROM时才有可能。

You cannot, unfortunately, unless

  • you are the device manufacturer (or Google)

  • you are developing a replacement system image, or target only rooted devices

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM