Android应用程序的名称和图标不会改变,直到手机重新启动(在应用程序更新)

问题描述:

问题:在我的Andr​​oid应用程序的最新更新,应用程序的名称和标识已经改变。但是,当用户更新应用程序的名称和图标不会改变,直到电话被重新启动。

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.