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

Commit d09824f3 authored by Steve Kondik's avatar Steve Kondik Committed by Michael Bestas
Browse files

Settings: Add advanced restart switch

Change-Id: I66ee511e43ad36d58cdae8c580ec00cddce11dea
parent 5d1d508b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -16,6 +16,10 @@
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Advanced restart options -->
    <string name="advanced_reboot_title">Advanced restart</string>
    <string name="advanced_reboot_summary">When unlocked, include options in the power menu for restarting into recovery or bootloader</string>

    <!-- Android debugging as root -->
    <string name="adb_enable_root">Rooted debugging</string>
    <string name="adb_enable_summary_root">Allow running Android debugging as root</string>
+6 −0
Original line number Diff line number Diff line
@@ -20,6 +20,12 @@
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:title="@string/power_menu_setting_name">

    <lineageos.preference.LineageSecureSettingSwitchPreference
        android:key="advanced_reboot"
        android:title="@string/advanced_reboot_title"
        android:summary="@string/advanced_reboot_summary"
        android:defaultValue="false" />

    <Preference
        android:key="gesture_global_actions_panel_summary"
        android:title="@string/cards_passes_sentence"