Update Model pref subtext to remove redundant prefix

Remove "Model: " prefix from the description of Model pref in
About phone > Model & hardware > Model

Test: Visual veridication
Fixes: 128622275
Change-Id: I8fb077809e13fded0370271e899163a7f4103f98
This commit is contained in:
lindatseng
2019-03-28 17:24:30 -07:00
parent e0f24e6f5e
commit b38e333535

View File

@@ -39,4 +39,9 @@ public class DeviceModelPreferenceController extends HardwareInfoPreferenceContr
public boolean isSliceable() {
return true;
}
@Override
public CharSequence getSummary() {
return HardwareInfoPreferenceController.getDeviceModel();
}
}