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
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 02dd9cd..8c6b84a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1668,7 +1668,7 @@
</activity>
<activity
- android:name="Settings$HighPowerApplicationsActivity"
+ android:name="Settings$AppBatteryUsageActivity"
android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
android:exported="true"
android:label="@string/high_power_apps">