Merge "Update Model pref subtext to remove redundant prefix"

This commit is contained in:
TreeHugger Robot
2019-03-29 06:11:33 +00:00
committed by Android (Google) Code Review

View File

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