diff --git a/res/values/strings.xml b/res/values/strings.xml index c77edb41a48..42801b057b1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2641,6 +2641,8 @@ Build number Google Play system update + + Battery information Not available @@ -2712,6 +2714,14 @@ Serial number Up time + + + Manufacture date + + Date of first use + + Cycle count + Calculating\u2026 @@ -7005,6 +7015,7 @@ network, mobile network state, service state, signal strength, mobile network type, roaming, iccid, eid eid serial number, hardware version + battery info, manufacture date, cycle count, first use android security patch level, baseband version, kernel version theme, light, dark, mode, light sensitivity, photophobia, make darker, darken, dark mode, migraine diff --git a/res/xml/battery_info.xml b/res/xml/battery_info.xml new file mode 100644 index 00000000000..186b4fe3ebf --- /dev/null +++ b/res/xml/battery_info.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + diff --git a/res/xml/my_device_info.xml b/res/xml/my_device_info.xml index 4cbe13f1207..6576742e404 100644 --- a/res/xml/my_device_info.xml +++ b/res/xml/my_device_info.xml @@ -144,6 +144,14 @@ android:summary="@string/summary_placeholder" android:fragment="com.android.settings.deviceinfo.firmwareversion.FirmwareVersionSettings" settings:controller="com.android.settings.deviceinfo.firmwareversion.FirmwareVersionPreferenceController"/> + + +