android - app's shortcut icon not updated after upgrading the app in samsung galaxy S3 -


i updated app's icon picture. shortcut icon in samsung galaxy s3 phones not updated accordingly. other models work fine updated icons.

here how updated icon in project (kinda trivial): - replaced old ic_launcher.png in drawable-* directories new pictures; - ran app through ide;

the codes in project trivial:

<application     android:allowbackup="true"     android:icon="@drawable/ic_launcher"     android:label="@string/app_name"     android:theme="@style/apptheme" > ... </application> 

it looks model-specific bug samsung galaxy s3. spec phone: model: sph-l710. android version: 4.1.2(api 16). carrier: sprint.

my question is: there anyway update shortcut icon in specific model? if no, there way remove icon old icon grammatically?

thanks in advance !


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -