You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to choose a custom icon from a file. Pasting the path in the Icon field does not work. I am not familiar with Android development, but someone posted this on a forum, if it can help.
I want to choose a custom icon from a file. Pasting the path in the
Icon
field does not work. I am not familiar with Android development, but someone posted this on a forum, if it can help.intent.putExtra(Intent.EXTRA_SHORTCUT_ICON, android.graphics.BitmapFactory.decodeFile(icon_path));
The text was updated successfully, but these errors were encountered: