How to change the icon and label of an app once it is installed?

前端 未结 3 986
执笔经年
执笔经年 2020-12-19 17:21

I am trying to change the icon and label of my app once it is installed.

In the manifest, i put this code :



        
3条回答
  •  天命终不由人
    2020-12-19 17:52

    I think I may be able to help you. Under the manifest tag there is this:

    
    

    You can edit these and change it to the icon that you saved in your drawables for your launcher and you can also change them name to a different string.

提交回复
热议问题