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

Commit af1ff404 authored by LuK1337's avatar LuK1337
Browse files

Settings: Add kill app back button toggle

Change-Id: I8d88fc9b11d3ae49afb13277716d0f5fa7862148
parent 0df50a43
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,4 +18,8 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Device Info screen. LineageOS legal. -->
    <string name="lineagelicense_title">LineageOS legal</string>

    <!-- Kill app long-press back -->
    <string name="kill_app_longpress_back">Kill app back button</string>
    <string name="kill_app_longpress_back_summary">Kill the foreground app by long-pressing the back button</string>
</resources>
+6 −0
Original line number Diff line number Diff line
@@ -566,6 +566,12 @@
            android:title="@string/notification_bubbles_title"
            android:summary="@string/notification_bubbles_developer_setting_summary"/>

        <lineageos.preference.LineageSecureSettingSwitchPreference
            android:key="kill_app_longpress_back"
            android:title="@string/kill_app_longpress_back"
            android:summary="@string/kill_app_longpress_back_summary"
            android:defaultValue="false" />

    </PreferenceCategory>

    <com.android.settings.development.autofill.AutofillPreferenceCategory