JohnC Expert Licensed User Longtime User Aug 21, 2019 #1 Is there a way to obtain the icon image of the shortcut used to launch my app? Is the icon image stored in the intent that started my app, and if so how would I retrieve the image from the intent?
Is there a way to obtain the icon image of the shortcut used to launch my app? Is the icon image stored in the intent that started my app, and if so how would I retrieve the image from the intent?
Erel B4X founder Staff member Licensed User Longtime User Aug 22, 2019 #2 You can use Log(Intent.ExtrasToString) to see the information available inside the intent. Upvote 0