Can a B4A app read the timestamp type info in the apk file? (on a non-rooted Android device)
I want to do this to implement a method of version checking/confirmation which is more automated than the VersionCode/Name in the Manifest.
The apk file contains what I need.
I know that it can be done because I have a free app APK extractor which appears to be able to read all apk files on my device. See attached screenshot. I am interested in the Last Modified date at the bottom of the screenshot.
I want to do this to implement a method of version checking/confirmation which is more automated than the VersionCode/Name in the Manifest.
The apk file contains what I need.
I know that it can be done because I have a free app APK extractor which appears to be able to read all apk files on my device. See attached screenshot. I am interested in the Last Modified date at the bottom of the screenshot.