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

Commit d185ec4b authored by Harry Youd's avatar Harry Youd
Browse files

Make Build Date and API Level unselectable

Change-Id: I5c269ce2ecfbef92e95fc4f0c9b8d31f7f71f462
parent 95c0f7dd
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
@@ -119,11 +119,15 @@
                android:summary="@string/mod_version_default" />

        <!-- CyanogenMod API Version -->
        <Preference android:key="mod_api_level"
        <com.android.settings.DividerPreference
                android:key="mod_api_level"
                android:enabled="false"
                android:selectable="false"
                android:shouldDisableView="false"
                android:title="@string/mod_api_level"
                android:summary="@string/mod_api_level_default" />
                android:summary="@string/mod_api_level_default"
                settings:allowDividerAbove="true"
                settings:allowDividerBelow="true" />

        <!-- Security patch level -->
        <PreferenceScreen android:key="security_patch"
@@ -174,11 +178,15 @@
                settings:allowDividerBelow="true"/>

        <!-- Build date -->
        <Preference android:key="build_date"
        <com.android.settings.DividerPreference
                android:key="build_date"
                android:enabled="false"
                android:selectable="false"
                android:shouldDisableView="false"
                android:title="@string/build_date"
                android:summary="@string/build_date_default" />
                android:summary="@string/build_date_default"
                settings:allowDividerAbove="true"
                settings:allowDividerBelow="true" />

        <!-- Detailed build version -->
        <Preference android:key="build_number"