JohnC Well-Known Member Licensed 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 Administrator Staff member Licensed User Aug 22, 2019 #2 You can use Log(Intent.ExtrasToString) to see the information available inside the intent.