From 019375b5d716bc440aa2f6965db30d67f1440f14 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 17 Feb 2016 11:22:59 -0800 Subject: [PATCH] docs: Re-sorting list List of normal permissions had drifted from alphabetical order; fixed. See first comment for doc stage location. Change-Id: I031d1142275c9fd53a2ce16fcd54fdcf206d03a7 --- .../topics/security/normal-permissions.jd | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/html/guide/topics/security/normal-permissions.jd b/docs/html/guide/topics/security/normal-permissions.jd index afdddf2de028f..129b24c01c39f 100644 --- a/docs/html/guide/topics/security/normal-permissions.jd +++ b/docs/html/guide/topics/security/normal-permissions.jd @@ -102,6 +102,9 @@ page.tags=permissions,normal
  • {@link android.Manifest.permission#GET_PACKAGE_SIZE GET_PACKAGE_SIZE}
  • +
  • {@link android.Manifest.permission#INSTALL_SHORTCUT INSTALL_SHORTCUT} +
  • +
  • {@link android.Manifest.permission#INTERNET INTERNET}
  • @@ -133,6 +136,9 @@ page.tags=permissions,normal REQUEST_INSTALL_PACKAGES} +
  • {@link android.Manifest.permission#SET_ALARM SET_ALARM} +
  • +
  • {@link android.Manifest.permission#SET_TIME_ZONE SET_TIME_ZONE}
  • @@ -146,6 +152,9 @@ page.tags=permissions,normal
  • {@link android.Manifest.permission#TRANSMIT_IR TRANSMIT_IR}
  • +
  • {@link android.Manifest.permission#UNINSTALL_SHORTCUT UNINSTALL_SHORTCUT} +
  • +
  • {@link android.Manifest.permission#USE_FINGERPRINT USE_FINGERPRINT}
  • @@ -158,13 +167,4 @@ page.tags=permissions,normal
  • {@link android.Manifest.permission#WRITE_SYNC_SETTINGS WRITE_SYNC_SETTINGS}
  • - -
  • {@link android.Manifest.permission#SET_ALARM SET_ALARM} -
  • - -
  • {@link android.Manifest.permission#INSTALL_SHORTCUT INSTALL_SHORTCUT} -
  • - -
  • {@link android.Manifest.permission#UNINSTALL_SHORTCUT UNINSTALL_SHORTCUT} -