From 3b279e2f740a605f0b10a2ba2fe8336fc9dbbce6 Mon Sep 17 00:00:00 2001 From: ykhung Date: Fri, 19 Jan 2024 16:26:12 +0800 Subject: [PATCH] Redirect IGNORE_BATTERY_OPTIMIZATION_SETTINGS to new page Redirect the IGNORE_BATTERY_OPTIMIZATION_SETTINGS intent to launch the new design page in the "Settings > Apps > App battery usage", since the original battery optimization page is deprecated Fix: 320838302 Test: manual to use: adb shell am start -a android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTING Change-Id: Iba728b19bb7626c31860c61081efbe0c71fe8739 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 02dd9cdf393..8c6b84a3eb9 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1668,7 +1668,7 @@