Android Question Vars for Module Attributes

JakeBullet70

Well-Known Member
Licensed User
Longtime User
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.

B4X:
#Region Module Attributes
    #FullScreen: true
    #IncludeTitle: False
    #ApplicationLabel: eHome
    #VersionCode: 2
    #VersionName: 2.0
    #SupportedOrientations: landscape
    #CanInstallToExternalStorage: false
#End Region
 
Top