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:
- Server sends push notification about OS update.
- Android client downloads the updates.
- 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.
精彩评论