I would like to place the app launch icon on the home screen once the user installs my android app. This should be done even if the user does not open the app. I have tried adding "category android:name="android.intent.category.HOME" in the manifest file for my main activity. But this does not work. Any pointers on how solve this issue?
Thanks Srao