Loading res/values/cm_strings.xml +4 −0 Original line number Diff line number Diff line Loading @@ -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> res/xml/development_settings.xml +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
res/values/cm_strings.xml +4 −0 Original line number Diff line number Diff line Loading @@ -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>
res/xml/development_settings.xml +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading