ActivityLauncher
ActivityLauncher copied to clipboard
Load icon from file
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));
I second this! I couldn't find on option to upload an image to create a shortcut icon. It's very needed!
https://github.com/butzist/ActivityLauncher/issues/154#issue-1204546505