简体   繁体   English

ANDROID:是否可以通过应用程序(.apk)替换Android OS的库文件?

[英]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. 我们在Android OS(Froyo)的“skia”库中做了一些更改,它在模拟器中运行良好。 It also worked when we pushed (replaced) the corresponding .so files in to a device. 当我们将相应的.so文件推送(替换)到设备中时,它也有效。

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? 是否有可能制作人们安装的应用程序(apk)来执行此任务?

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) 您是设备制造商(或Google)

  • you are developing a replacement system image, or target only rooted devices 您正在开发替换系统映像,或仅定位有根设备

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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