Ways to determine the date of last Android update
Asked Answered
P

0

7

Is there a way of programmatically determine the date of last Android OS update?

Penland answered 2/6, 2016 at 9:15 Comment(3)
What you are looking for is probably the TIME Constant in the Build class. However that refers to the time of the release of the current OS build and not the install time of the update.Suffering
Thanks. I would like to know the date of the last Android update rather than the time of the Android build. Are there any specific APIs to check the date of last system update? If not, are there any system files that will definitely be updated to the current date upon system update? Perhaps I could check on those.Penland
I can confirm that the BUILD.TIME output is the build time of the release and not the install time on one specific device. We have tested this on two seperate devices with the same build number and see exactly matching timestamps to the second.Braggart

© 2022 - 2024 — McMap. All rights reserved.