Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b571b70 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update Model pref subtext to remove redundant prefix"

parents 6f402eda b38e3335
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -39,4 +39,9 @@ public class DeviceModelPreferenceController extends HardwareInfoPreferenceContr
    public boolean isSliceable() {
        return true;
    }

    @Override
    public CharSequence getSummary() {
        return HardwareInfoPreferenceController.getDeviceModel();
    }
}