diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd index 4a7b879dcc523..4fbb160e56f2b 100644 --- a/docs/html/preview/api-overview.jd +++ b/docs/html/preview/api-overview.jd @@ -35,7 +35,6 @@ page.image=images/cards/card-n-apis_2x.png
  • Default Trusted CA
  • APK signature scheme v2
  • Scoped directory access
  • -
  • Launcher shortcuts
  • Print service enhancements
  • Virtual Files
  • @@ -758,62 +757,6 @@ requesting access to.

    Scoped Directory Access developer documentation.

    -

    - Launcher shortcuts -

    - -

    - Android N allows apps to define action-specific shortcuts which can be - displayed in the launcher. These launcher shortcuts let your users - quickly start common or recommended tasks within your app. Each shortcut - contains an intent, which links the - shortcut to a specific action in your app. Examples of these actions include: -

    - - - -

    - Your app can create up to five dynamic shortcuts. When users perform - a gesture over your app's launcher icon, these shortcuts appear. By dragging - the shortcuts onto the launcher, users can make persistent copies of the - shortcuts, called pinned shortcuts. Users can create an unlimited - number of pinned shortcuts for each app. -

    - -

    - Note: Although other apps can't access your shortcut data, - the launcher does have access to this data. Therefore, the - shortcuts you create should conceal sensitive user information. -

    - -

    - You can use this command to view your app's shortcuts: -

    - -
    -$ adb shell dumpsys shortcut
    -
    - -

    - To update all shortcuts and to delete dynamic shortcuts, use the appropriate - methods that the Launcher Shortcut API provides. For more details about this - API, see android.content.pm.ShortcutManager in the downloadable - API Reference. -

    -