Search code examples
androidgoogle-playandroid-icons

Can I change my Android app icon and name in later release?


This is going to sound stupid in a way, but I want to know if it is possible to change the application logo (icon) and Android name in my subsequent releases?

Say, today I push my app in the Android market, and tomorrow I want to change the logo/icon (I know I "should" not do this), but is it possible to do so? Also, what about the application name?

Thanks


Solution

  • Yes, you can change the name and logo whenever you want by changing android:label and android:logo attribute of your application tag in AndroidManifest.xml file.

    But, you can't change Package name once you uploaded app on play store.