Merge "Add a footer message for battery cycle count" into udc-qpr-dev

This commit is contained in:
TreeHugger Robot
2023-05-25 05:53:19 +00:00
committed by Android (Google) Code Review
2 changed files with 7 additions and 0 deletions

View File

@@ -5517,6 +5517,8 @@
<string name="battery_usage_less_than_percent">&lt; <xliff:g id="percentage">%1$s</xliff:g></string>
<!-- Process Stats strings -->
<skip />
<!-- Description of battery information footer text. [CHAR LIMIT=NONE] -->
<string name="battery_cycle_count_footer">Due to quality inspections before shipping, the cycle count may not be zero on first use</string>
<!-- [CHAR LIMIT=NONE] Activity title for Process Stats summary -->
<string name="process_stats_summary_title">Process Stats</string>

View File

@@ -42,4 +42,9 @@
settings:controller="com.android.settings.deviceinfo.batteryinfo.BatteryCycleCountPreferenceController"
settings:enableCopying="true"/>
<com.android.settingslib.widget.FooterPreference
android:key="battery_info_footer"
android:title="@string/battery_cycle_count_footer"
android:selectable="false"
settings:searchable="false" />
</PreferenceScreen>