• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2page.tags="AppShortcuts"
3sample.group=System
4@jd:body
5
6<p>
7
8            This sample demonstrates how to use the Launcher Shortcuts API introduced in API 25.
9            This API allows an application to define a set of Intents which are displayed as
10            when a user long-presses on the app's launcher icon. Examples are given for
11            registering both links both statically in XML, as well as dynamically at runtime.
12
13        </p>
14