How To Add Home Screen Shortcut Without Launching App After Installation
I am using following code to add shortcut at home screen private void createShortcut() { String appName = getString(R.string.app_name); // Adding shortcut for Mai
Solution 1:
In Google play you can set this option to create home shortcut after installation.
Post a Comment for "How To Add Home Screen Shortcut Without Launching App After Installation"