mipmap does not work on 4.2-

This commit is contained in:
mittorn
2020-07-07 07:26:25 +07:00
parent d683f32a34
commit ac0e9b633d
6 changed files with 8 additions and 6 deletions
@@ -108,7 +108,7 @@ public class ShortcutActivity extends Activity
catch(Exception e)
{
// Android may not support ico loading, so fallback if something going wrong
icon = BitmapFactory.decodeResource(getResources(), R.mipmap.ic_launcher);
icon = BitmapFactory.decodeResource(getResources(), R.drawable.ic_launcher);
}
wrapIntent.putExtra(Intent.EXTRA_SHORTCUT_ICON, icon);
if(getIntent().getAction() == "android.intent.action.CREATE_SHORTCUT" ) // Called from launcher