Android Application Icon Change

前端 未结 1 1027
日久生厌
日久生厌 2020-12-07 02:58

Is it possible to change the android application icon at run time? I\'ve read through Changing the application icon text dynamically in Android and How can i change an appli

相关标签:
1条回答
  • 2020-12-07 03:29

    Two possible answers:

    1) You can't. As CommonsWare said in that post:

    You cannot change the manifest or the resource in the signed-and-sealed APK, except through a software upgrade.

    2) Use the widget approach as mentioned here.

    Check: http://www.cnet.com/8301-19736_1-10278814-251.html

    0 讨论(0)
提交回复
热议问题