Is it possible to tell from my app if there's an upgrade available to the Operating system? If so, can we tell what version is available?
Asked
Active
Viewed 542 times
1
-
http://stackoverflow.com/questions/7696392/update-android-os-programmatically. May not be the exact answer you are looking for. But somewhat related to it. have a look – Raghunandan Nov 13 '12 at 16:15
-
Every device has it's own custom method for firmware updates, most likely just a simple check of some website. So if you reverse engineer all of them you can probably tell from within your app if there is an update available. – zapl Nov 13 '12 at 16:28
1 Answers
2
Can't be done. There's no set API to determine when an upgrade is available because that functionality is dependent on the manufacturer, not Google.

Ginger McMurray
- 1,275
- 2
- 20
- 42