Merge "Remove the prefix "Model:" from the summary of hardware." into rvc-d1-dev
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user