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:
@@ -39,4 +39,9 @@ public class DeviceModelPreferenceController extends HardwareInfoPreferenceContr
|
|||||||
public boolean isSliceable() {
|
public boolean isSliceable() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public CharSequence getSummary() {
|
||||||
|
return HardwareInfoPreferenceController.getDeviceModel();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user