Robert Valentino Well-Known Member Licensed User Longtime User Feb 16, 2025 #1 I found this for iOS ( https://www.b4x.com/android/forum/t...nlabel-and-version-at-runtime.102692/#content ) How do I get the Application Label at runtime on B4A
I found this for iOS ( https://www.b4x.com/android/forum/t...nlabel-and-version-at-runtime.102692/#content ) How do I get the Application Label at runtime on B4A
Alexander Stolte Expert Licensed User Longtime User Feb 16, 2025 #2 Robert Valentino said: How do I get the Application Label at runtime on B4A Click to expand... B4X: log(Application.LabelName) other: B4X: Log(Application.PackageName) Log(Application.VersionCode) Log(Application.VersionName) Upvote 0
Robert Valentino said: How do I get the Application Label at runtime on B4A Click to expand... B4X: log(Application.LabelName) other: B4X: Log(Application.PackageName) Log(Application.VersionCode) Log(Application.VersionName)
drgottjr Expert Licensed User Longtime User Feb 16, 2025 #3 B4X: Dim pm As PackageManager pm.GetApplicationLabel ?? Upvote 0