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

Commit d104a657 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add Developer Options string to xml." into tm-dev am: 566c676d am: dd1438a2

parents fa389360 dd1438a2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -277,6 +277,9 @@
    <!-- Summary for Notification dots setting. Tapping this will link enable/disable notification dots feature on the home screen. [CHAR LIMIT=50] -->
    <string name="notification_dots_service_title">Show notification dots</string>

    <!-- Title for Developer Options setting. [CHAR LIMIT=50] -->
    <string name="developer_options_title">Developer Options</string>

    <!-- Label for the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=60] -->
    <string name="auto_add_shortcuts_label">Add app icons to home screen</string>
    <!-- Text description of the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=NONE] -->
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
    <androidx.preference.PreferenceScreen
        android:key="pref_developer_options"
        android:persistent="false"
        android:title="Developer Options"
        android:title="@string/developer_options_title"
        android:fragment="com.android.launcher3.settings.DeveloperOptionsFragment"/>

</androidx.preference.PreferenceScreen>