更新Android操作系统编程操作系统、Android

2023-09-13 01:04:29 作者:孤影メ残刀

我工作的一个移动设备管理项目。我们的一个项目的要求是,以编程方式更新Android设备的操作系统。的流动将如下:

I am working on a Mobile Device Management Project. One of the requirements of our project is to update an Android device OS programmatically. The flow will be as follows:

在服务器发送推送通知有关操作系统的更新。 在Android客户端下载更新。 现在,我想以编程方式更新的Andr​​oid设备的操作系统。

我怎样才能做到这一点?

How can I do this?

推荐答案

有没有办法开始正常无根的设备系统更新。系统更新只由谷歌和/或网络供应商提供的OTA。

There is no way to start system updates on normal non-rooted devices. System updates are delivered OTA only by Google and/or network providers.