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

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

Settings: Add advanced restart switch

Change-Id: I66ee511e43ad36d58cdae8c580ec00cddce11dea
parent bf766893
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>

    <!-- Device Info screen. LineageOS legal. -->
    <string name="lineagelicense_title">LineageOS legal</string>

+6 −0
Original line number Diff line number Diff line
@@ -35,6 +35,12 @@
            android:title="@*android:string/bugreport_title"
            android:dialogTitle="@*android:string/bugreport_title" />

        <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="system_server_heap_dump"
            android:title="@string/capture_system_heap_dump_title" />