From 965f4265c5207c01d79626e0b55245330658020e Mon Sep 17 00:00:00 2001 From: Felipe Leme Date: Mon, 5 Dec 2016 10:51:30 -0800 Subject: [PATCH] Added label for REQUEST_IGNORE_BATTERY_OPTIMIZATIONS permission. Change-Id: I84dc652f7297c2b8c9351e737074ddf43754718d Fixes: 32950329 Test: manually verified it --- core/res/AndroidManifest.xml | 2 ++ core/res/res/values/strings.xml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 87b0c7beac76..f39fc1add036 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2682,6 +2682,8 @@ This is a normal permission: an app requesting it will always be granted the permission, without the user needing to approve or see it. --> diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 5d399c15e89d..5ae03a99694b 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3237,6 +3237,11 @@ Allows an application to request installation of packages. + + ask to ignore battery optimizations + + Allows an app to ask for permission to ignore battery optimizations for that app. + Tap twice for zoom control -- 2.11.0