From a77d6a94bbf2d9e24197aaafc75e15fe78876daf Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 17 Feb 2016 12:49:25 -0800 Subject: [PATCH] docs: Added missing REQUEST_IGNORE_BATTERY_OPTIMIZATIONS permission While checking the manifest for N permissions changes, I saw a normal permission that had been added in M and not documented. (The permission was added to AndroidManifest.xml, so it *was* being listed in the android.Manifest javadoc.) See first comment for doc stage location. bug: 27222922 Change-Id: I5740fdb3da3cac37b15d87fe5f092d305c52449d --- docs/html/guide/topics/security/normal-permissions.jd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/html/guide/topics/security/normal-permissions.jd b/docs/html/guide/topics/security/normal-permissions.jd index 129b24c01c39f..8471dc7fbb672 100644 --- a/docs/html/guide/topics/security/normal-permissions.jd +++ b/docs/html/guide/topics/security/normal-permissions.jd @@ -132,6 +132,10 @@ page.tags=permissions,normal
  • {@link android.Manifest.permission#REORDER_TASKS REORDER_TASKS}
  • +
  • {@link android.Manifest.permission#REQUEST_IGNORE_BATTERY_OPTIMIZATIONS + REQUEST_IGNORE_BATTERY_OPTIMIZATIONS} +
  • +
  • {@link android.Manifest.permission#REQUEST_INSTALL_PACKAGES REQUEST_INSTALL_PACKAGES}