Changed information string about model
The string which contained the device model information in settings was changed to be more general. That way the model information provided by the phone can be more than just a number. Test: Manual Inspection Bug: 31108285 Change-Id: I7caf0a874983579b0e74240661b0d9b4df68bd74
This commit is contained in:
@@ -2308,7 +2308,7 @@
|
||||
<!-- About phone screen, status item label [CHAR LIMIT=60] -->
|
||||
<string name="security_patch">Android security patch level</string>
|
||||
<!-- About phone screen, status item label [CHAR LIMIT=40] -->
|
||||
<string name="model_number">Model number</string>
|
||||
<string name="model_info">Model</string>
|
||||
<!-- About phone screen, fcc equipment id label [CHAR LIMIT=40] -->
|
||||
<string name="fcc_equipment_id">Equipment ID</string>
|
||||
<!-- About phone screen, setting option name [CHAR LIMIT=40] -->
|
||||
|
@@ -73,7 +73,7 @@
|
||||
<Preference android:key="device_model"
|
||||
android:enabled="false"
|
||||
android:shouldDisableView="false"
|
||||
android:title="@string/model_number"
|
||||
android:title="@string/model_info"
|
||||
android:summary="@string/device_info_default"/>
|
||||
|
||||
<!-- Device firmware version -->
|
||||
|
Reference in New Issue
Block a user