开发者

Update Android OS programmatically

开发者 https://www.devze.com 2023-04-11 09:57 出处:网络
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:

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:

  1. Server sends push notification about OS update.
  2. Android client downloads the updates.
  3. Now I want to update An开发者_Go百科droid device OS programmatically.

How can I do this?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消