You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
471 B

page.tags="AppShortcuts"
sample.group=System
@jd:body
<p>
This sample demonstrates how to use the Launcher Shortcuts API introduced in API 25.
This API allows an application to define a set of Intents which are displayed as
when a user long-presses on the app's launcher icon. Examples are given for
registering both links both statically in XML, as well as dynamically at runtime.
</p>