Ashwin N Bhanushali
Ashwin N Bhanushali

Reputation: 3882

Update Android OS programmatically

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 Android device OS programmatically.

How can I do this?

Upvotes: 10

Views: 1442

Answers (1)

Peter Knego
Peter Knego

Reputation: 80340

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.

Upvotes: 6

Related Questions