Reputation: 1123
I changed the name of my app by editing the @string/app_name string resource. Now when I download it from the Marketplace, I get two icons on my homescreen - one with the old name and one with the new! I'm stumped. I don't know where the old name is coming from. I did a search on the entire project folder and still can't find it!
And yes, I have just one activity with the action.MAIN and category.LAUNCHER intent filters. So any idea what gives?
Upvotes: 0
Views: 104
Reputation: 1123
Just tested this on another device and only one icon was installed. Must have been something wonky with my development device!
Upvotes: 0
Reputation: 13477
Did you change the package name too when you changed the app_name? If you did then you have two different apks installed on your device and you need to uninstall the old version of the package from the Settings screen.
Upvotes: 1