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

Commit 343a274d authored by Scott Mertz's avatar Scott Mertz Committed by Gerrit Code Review
Browse files

Settings: fix build

Change-Id: I06de986db579e17fc411f27a26cd314040061055
parent cccc093c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -125,8 +125,7 @@ public class DeviceInfoSettings extends SettingsPreferenceFragment implements In
        }

        setStringSummary(KEY_DEVICE_NAME, Build.PRODUCT);
        removePreferenceIfBoolFalse(KEY_DEVICE_NAME, getResources().getBoolean(
                R.bool.config_displayDeviceName));
        removePreferenceIfBoolFalse(KEY_DEVICE_NAME, R.bool.config_displayDeviceName);

        // Remove selinux information if property is not present
        removePreferenceIfPropertyMissing(getPreferenceScreen(), KEY_SELINUX_STATUS,