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

Commit 7996c8a7 authored by Romain Hunault's avatar Romain Hunault
Browse files

Change version setting position in settings

parent 19d8ff96
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -19,6 +19,13 @@
        xmlns:settings="http://schemas.android.com/apk/res-auto"
        android:title="@string/about_settings">

        <!-- Mod version -->
        <Preference android:key="mod_version"
                android:enabled="false"
                android:shouldDisableView="false"
                android:title="@string/mod_version"
                android:summary="@string/mod_version_default" />

        <!-- System update settings - launches activity -->
        <PreferenceScreen android:key="system_update_settings"
                android:title="@string/system_update_settings_list_item_title"
@@ -114,13 +121,6 @@
                android:title="@string/firmware_version"
                android:summary="@string/device_info_default"/>

        <!-- Mod version -->
        <Preference android:key="mod_version"
                android:enabled="false"
                android:shouldDisableView="false"
                android:title="@string/mod_version"
                android:summary="@string/mod_version_default" />

        <!-- CyanogenMod API Version -->
        <com.android.settings.DividerPreference
                android:key="mod_api_level"