I am looking to make my Android application have several different names. Ideally, the name would be different after every time the application was opened, chosen from a predefined list.
Can this be done by having multiple values under <label>
in the Android Manifest?
Another approach I was thinking about is to potentially edit Strings.xml, but as many others have pointed out, this cannot be done at runtime.
Does anyone have any ideas on how to achieve this or is it truly impossible? Thanks for the help.