Not show time information in battery optimization page when opened from

Settings -> Apps

Test: make RunSettingsRoboTests + manual
Bug: 265130434
Change-Id: Ie7ae6a97041f490e81adbe8e0c530799e09a7c66
This commit is contained in:
Kuan Wang
2023-01-16 12:07:07 +08:00
parent a7999098e0
commit 96aee4896b
4 changed files with 13 additions and 7 deletions

View File

@@ -126,6 +126,7 @@ private class AppBatteryPresenter(private val context: Context, private val app:
this,
Utils.formatPercentage(percentOfTotal, true),
null,
false,
)
}