JakeBullet70 Well-Known Member Licensed User Longtime User Dec 30, 2013 #1 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
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
NJDude Expert Licensed User Longtime User Dec 31, 2013 #2 Check the documentation for PackageManager Upvote 0
JakeBullet70 Well-Known Member Licensed User Longtime User Dec 31, 2013 #3 Very cool. Thanks! Upvote 0