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
This commit is contained in:
Andrew Solovay
2016-02-17 12:49:25 -08:00
parent 019375b5d7
commit a77d6a94bb

View File

@@ -132,6 +132,10 @@ page.tags=permissions,normal
<li>{@link android.Manifest.permission#REORDER_TASKS REORDER_TASKS}
</li>
<li>{@link android.Manifest.permission#REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
REQUEST_IGNORE_BATTERY_OPTIMIZATIONS}
</li>
<li>{@link android.Manifest.permission#REQUEST_INSTALL_PACKAGES
REQUEST_INSTALL_PACKAGES}
</li>