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 Android device OS programmatically.
How can I do this?