Can I change the application high res icon (512x512) after I published the app into PROD or ALPHA?
I haven't found any info on this so far in Android dev guides !
Can I change the application high res icon (512x512) after I published the app into PROD or ALPHA?
I haven't found any info on this so far in Android dev guides !
Sure you can. You can change it at any time. android:label and android:logo attributes can be changed at any time from your manifest.xml
Also read this post. Can I change my android app icon and name in later release