Android Question Translate app label with @string/app_name

angel_

Well-Known Member
Licensed User
Longtime User
I use this to change the label icon:


Manifest Editor:
SetActivityAttribute("main", android:label, "@string/app_name")
SetActivityAttribute("main", android:configChanges, "locale")

B4X:
#Region  Project Attributes
    #ApplicationLabel: @string/app_name
#End Region

Label name appears in different languages but when uninstalling the app this message appears



The name of the app does not appear.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…