Problem : In the latest update of my Android application, the application name and logo have changed. However, when users update the application, the name and icon don’t change until the phone is rebooted.
Questions : Is there anything I could do to enforce the change immediately? Or should I inform users somehow that a reboot is necessary? Or can I somehow force a reboot? Any other ideas?
The icon is stored in cache, so the only ways to refresh it are to reboot the phone or to clean app cache then update.