Our customer asked us to let our Worklight 6.1-based application automatically install an icon on the launcher of the Android OS.
I found this Stack Overflow solution: How can I place app icon on launcher home screen?
But, Worklight manages the changes to the AndroidManifest.xml file itself, and therefore I prefer not to mess around with this file myself if not needed. And if I have to modify this file, how would I register the java code included in the solution to be executed during or after installation of the app?