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

Commit 438317f1 authored by Sashidhar Ganiga's avatar Sashidhar Ganiga Committed by Gerrit - the friendly Code Review server
Browse files

Fix crash in Settings when developer options is enabled.

CheckBox Preference is changed to switch preference in L_MR1 code
Made appropriate changes for the same

Change-Id: I7a60453c38ab3a25dc6d219bb1f93b0d33a9b3d7
parent c8cdc19e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
            android:fragment="com.android.settings.applications.ProcessStatsUi">
    </PreferenceScreen>

    <CheckBoxPreference
    <SwitchPreference
        android:key="enable_quickboot"
        android:title="@string/enable_quickboot_title"
        android:summary="@string/enable_quickboot_summary" />