Code_Yoga
Code_Yoga

Reputation: 3268

Android: Update Operating System from app

Is it possible to update the Android OS/ check for updates for the OS from an Android app? To be more precise, the functionality that is provided by the OS to check for updates (Settings->About device->Update(check for updates), Is there a way I could do the same from my app?

Upvotes: 1

Views: 156

Answers (1)

Royston Pinto
Royston Pinto

Reputation: 6731

Yes, but for that you will need to be a system application. A non-system application will not have the permissions required to update the OS.

Upvotes: 1

Related Questions