Add footer for battery usage page am: 1415cbc49a
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14235152 Change-Id: Iff31e82abf8af8bb2930109df2e82280d3a7b10d
This commit is contained in:
@@ -6369,6 +6369,8 @@
|
||||
<string name="battery_usage_for_total_time">Total: <xliff:g id="time">%s</xliff:g></string>
|
||||
<!-- [CHAR_LIMIT=NONE] Battery usage item for background usage time -->
|
||||
<string name="battery_usage_for_background_time">Background: <xliff:g id="time">%s</xliff:g></string>
|
||||
<!-- [CHAR_LIMIT=NONE] Battery usage main screen footer contentt -->
|
||||
<string name="battery_usage_screen_footer">Battery usage data is approximate</string>
|
||||
<!-- Process Stats strings -->
|
||||
<skip />
|
||||
|
||||
|
@@ -28,4 +28,8 @@
|
||||
android:key="app_list"
|
||||
android:title="@string/power_usage_list_summary"/>
|
||||
|
||||
<com.android.settingslib.widget.FooterPreference
|
||||
android:title="@string/battery_usage_screen_footer"
|
||||
android:selectable="false"
|
||||
settings:searchable="false"/>
|
||||
</PreferenceScreen>
|
||||
|
Reference in New Issue
Block a user