Are there vars I can get to for the values below?
I would like to get the VersionCode and the VersionName for use elsewhere in my app.
I would like to get the VersionCode and the VersionName for use elsewhere in my app.
B4X:
#Region Module Attributes
#FullScreen: true
#IncludeTitle: False
#ApplicationLabel: eHome
#VersionCode: 2
#VersionName: 2.0
#SupportedOrientations: landscape
#CanInstallToExternalStorage: false
#End Region