Merge "[Battery usage U] Add an item "Others" in the app list to group small usage apps. This will make the total percetage 100%, which is easy to understand for users."

This commit is contained in:
Zaiyue Xue
2023-01-05 06:34:02 +00:00
committed by Android (Google) Code Review
5 changed files with 81 additions and 0 deletions

View File

@@ -5099,6 +5099,8 @@
<string name="battery_usage_without_time"></string>
<!-- Description for system apps aggregated battery usage data [CHAR LIMIT=120] -->
<string name="battery_usage_system_apps">System apps</string>
<!-- Description for others battery usage data [CHAR LIMIT=120] -->
<string name="battery_usage_others">Others</string>
<!-- Description for battery time left, i.e. 50min Estimated time left. [CHAR LIMIT=80]-->
<string name="estimated_time_left">Estimated time left</string>