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
This commit is contained in:
ykhung
2024-01-19 16:26:12 +08:00
committed by YK Hung
parent 739f6ff69a
commit 3b279e2f74

View File

@@ -1668,7 +1668,7 @@
</activity> </activity>
<activity <activity
android:name="Settings$HighPowerApplicationsActivity" android:name="Settings$AppBatteryUsageActivity"
android:knownActivityEmbeddingCerts="@array/config_known_host_certs" android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
android:exported="true" android:exported="true"
android:label="@string/high_power_apps"> android:label="@string/high_power_apps">