Reputation: 3268
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
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