Merge "Remove the prefix "Model:" from the summary of hardware." into rvc-d1-dev am: e86dd271da am: ca05c7fabd am: 4ff2999126
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12034261 Change-Id: I35c7c18c370db76bd1d82f319003cb164d9b7246
This commit is contained in:
@@ -3054,8 +3054,6 @@
|
||||
<string name="security_patch">Android security update</string>
|
||||
<!-- About phone screen, status item label [CHAR LIMIT=40] -->
|
||||
<string name="model_info">Model</string>
|
||||
<!-- About phone screen, status item summary [CHAR LIMIT=40] -->
|
||||
<string name="model_summary">Model: %1$s</string>
|
||||
<!-- About phone screen, dialog title for showing hardware information such as model, serial number, etc.[CHAR LIMIT=60] -->
|
||||
<string name="hardware_info">Model & hardware</string>
|
||||
<!-- Label for device's hardware revision value [CHAR LIMIT=40] -->
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
<Preference
|
||||
android:key="device_model"
|
||||
android:order="31"
|
||||
android:title="@string/hardware_info"
|
||||
android:title="@string/model_info"
|
||||
android:summary="@string/summary_placeholder"
|
||||
android:fragment="com.android.settings.deviceinfo.hardwareinfo.HardwareInfoFragment"
|
||||
settings:enableCopying="true"
|
||||
|
||||
Reference in New Issue
Block a user