From 17f19f06b92b00807276cab9ea351ffbccfdf07f Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Mon, 4 Jan 2016 16:43:27 -0800 Subject: [PATCH] docs: Removing now-deprecated (and never-used) FLASHLIGHT permission Per bug b/26383626 , the FLASHLIGHT permission was never actually used, and isn't checked by the new CameraManager.setTorchMode() method. The permission has been removed from the manifest on master; there's no reason to list it now in the list of normal permissions. See first comment for doc stage location. bug: 26383626 Change-Id: I0c39dd5e1cdde1fc6a85759663b7e5ad669dc280 --- docs/html/guide/topics/security/normal-permissions.jd | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/html/guide/topics/security/normal-permissions.jd b/docs/html/guide/topics/security/normal-permissions.jd index 9f7a3c699e9cb..afdddf2de028f 100644 --- a/docs/html/guide/topics/security/normal-permissions.jd +++ b/docs/html/guide/topics/security/normal-permissions.jd @@ -99,9 +99,6 @@ page.tags=permissions,normal
  • {@link android.Manifest.permission#EXPAND_STATUS_BAR EXPAND_STATUS_BAR}
  • -
  • {@link android.Manifest.permission#FLASHLIGHT FLASHLIGHT} -
  • -
  • {@link android.Manifest.permission#GET_PACKAGE_SIZE GET_PACKAGE_SIZE}