Android App Shortcuts without using library

Updated 8 October 2017

Save

If your android application target device Android N (API 25) or higher we can create shortcuts for the activities on launcher icon without using any library. There are two ways to create app shortcuts in android application Static shortcuts, Dynamic shortcuts.

1. Static app shortcuts.

First, declare meta-data in your manifest inside the activity which action is (android.intent.action.MAIN) and category is (android.intent.category.LAUNCHER).

then, create shortcuts.xml inside res/xml. Inside your shortcuts.xml you can define icon for your shortcut.

In an intent node in your Shortcuts.xml targetPackage define your Application ID and targetClass your target Activity in which you want to redirect to the user.

2. Using Dynamic Shortcuts

These shortcuts are constructed and included in the list with shortcuts on the fly. They can be created based on some usage statistics and can change over time. There is no need to publish a new version of your app, in order to update your dynamic shortcuts.

Initialize shortcutManger and create an object of shortcutinfo. In shortcutinfo there are method like setShortLabel,setIcon and setIntent where we can define the label,icon and intent.

 

If there any query feel free to comment we would like to help you.

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home