Android : Change App Label programmatically

后端 未结 8 1910
轻奢々
轻奢々 2020-11-28 11:27

How can I change application label to change app name shown from java code in android? I\'m refering to:



        
8条回答
  •  情深已故
    2020-11-28 11:57

    It's not possible by the moment. It is a fixed string in the AndroidManifest.xml file which cannot be changed at runtime.

提交回复
热议问题