Skip to content

This is a simple app shortcut manager by which anyone can easily create or remove app shortcut to home screen

Notifications You must be signed in to change notification settings

sayem405/Android-Home-Screen-Shortcut-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Android-Home-Screen-Shortcut-Creator

Sample Code of creating/removing app shortcut in home screen:

    HomeScreenShortcutManager homeScreenShortcutManager = new HomeScreenShortcutManager(context);
    homeScreenShortcutManager.createShortcut();
    homeScreenShortcutManager.removeShortcut();

Need to add permission in manifest.xml to work right :

<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT" />

About

This is a simple app shortcut manager by which anyone can easily create or remove app shortcut to home screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages