Android Question how to change the app name (label) after installed on device

DonManfred

Expert
Licensed User
Longtime User
Change the ApplicationLabel inside your app and install it again.
B4X:
#Region  Project Attributes
    #ApplicationLabel: B4A Example
    #VersionCode: 1
    #VersionName:
    'SupportedOrientations possible values: unspecified, landscape or portrait.
    #SupportedOrientations: unspecified
    #CanInstallToExternalStorage: False
#End Region
 
Upvote 0
Top