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

Commit c2aa0231 authored by Steve Kondik's avatar Steve Kondik Committed by Arne Coucheron
Browse files

settings: Add advanced reboot switch

Change-Id: I66ee511e43ad36d58cdae8c580ec00cddce11dea
parent 365e312a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -232,4 +232,8 @@
    <!-- Memory -->
    <string name="memory_startup_apps_title">Apps started on boot</string>

    <!-- Advanced reboot options -->
    <string name="advanced_reboot_title">Advanced reboot</string>
    <string name="advanced_reboot_summary">When unlocked, include options in the power menu for rebooting into recovery, bootloader or performing a soft reboot</string>

</resources>
+5 −0
Original line number Diff line number Diff line
@@ -33,6 +33,11 @@
            android:title="@*android:string/bugreport_title"
            android:dialogTitle="@*android:string/bugreport_title" />

    <cyanogenmod.preference.CMSecureSettingSwitchPreference
            android:key="advanced_reboot"
            android:title="@string/advanced_reboot_title"
            android:summary="@string/advanced_reboot_summary" />

    <PreferenceScreen
            android:key="local_backup_password"
            android:title="@string/local_backup_password_title"