I have an application in which I also create a home screen shortcut. My app supports multiple languages. I am testing if I change the phone language, the home screen shortcut name is updating automatically or not.
If I install the app through eclipse, it works fine and home screen short name updates fine to new language automatically on device language change. But if I install the app through adb (using adb install), the home screen shortcut name does not update automatically on device language change.
So, is their any difference in the way we install app by following ways:
- Installing through eclipse
- Installing through adb shell
- Installing through app store.
I try to install signed application in all cases. please help