Update the proper App battery usage string on App info page

Bug: 278045681
Test: visual
Change-Id: I4da671615f11554e2cd64f3a801252df5c0ba6f4
This commit is contained in:
Yanting Yang
2023-04-19 00:43:57 +08:00
parent 2c5359dd0b
commit 3be454f967
3 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ fun AppBatteryPreference(app: ApplicationInfo) {
if (!presenter.isAvailable()) return
Preference(object : PreferenceModel {
override val title = stringResource(R.string.app_battery_usage_title)
override val title = stringResource(R.string.battery_details_title)
override val summary = presenter.summary
override val enabled = presenter.enabled
override val onClick = presenter::startActivity