Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a77d6a94 authored by Andrew Solovay's avatar Andrew Solovay
Browse files

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
parent 019375b5
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -132,6 +132,10 @@ page.tags=permissions,normal
  <li>{@link android.Manifest.permission#REORDER_TASKS REORDER_TASKS}
  <li>{@link android.Manifest.permission#REORDER_TASKS REORDER_TASKS}
  </li>
  </li>


  <li>{@link android.Manifest.permission#REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
  REQUEST_IGNORE_BATTERY_OPTIMIZATIONS}
  </li>

  <li>{@link android.Manifest.permission#REQUEST_INSTALL_PACKAGES
  <li>{@link android.Manifest.permission#REQUEST_INSTALL_PACKAGES
  REQUEST_INSTALL_PACKAGES}
  REQUEST_INSTALL_PACKAGES}
  </li>
  </li>