Merge "Remove the prefix "Model:" from the summary of hardware." into rvc-d1-dev

This commit is contained in:
Stanley Wang
2020-06-30 10:28:33 +00:00
committed by Android (Google) Code Review
4 changed files with 3 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ public class HardwareInfoPreferenceController extends BasePreferenceController {
@Override
public CharSequence getSummary() {
return mContext.getResources().getString(R.string.model_summary, getDeviceModel());
return getDeviceModel();
}
public static String getDeviceModel() {