Android Question Get Application Label at Runtime

Alexander Stolte

Expert
Licensed User
Longtime User
How do I get the Application Label at runtime on B4A
B4X:
log(Application.LabelName)

other:
B4X:
Log(Application.PackageName)
Log(Application.VersionCode)
Log(Application.VersionName)
 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
B4X:
Dim pm As PackageManager
pm.GetApplicationLabel
??
 
Upvote 0
Top