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

Commit 566c676d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add Developer Options string to xml." into tm-dev

parents 6e6d747d f020447a
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line 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] -->
    <!-- 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>
    <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] -->
    <!-- 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>
    <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] -->
    <!-- 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 Original line Diff line number Diff line
@@ -53,7 +53,7 @@
    <androidx.preference.PreferenceScreen
    <androidx.preference.PreferenceScreen
        android:key="pref_developer_options"
        android:key="pref_developer_options"
        android:persistent="false"
        android:persistent="false"
        android:title="Developer Options"
        android:title="@string/developer_options_title"
        android:fragment="com.android.launcher3.settings.DeveloperOptionsFragment"/>
        android:fragment="com.android.launcher3.settings.DeveloperOptionsFragment"/>


</androidx.preference.PreferenceScreen>
</androidx.preference.PreferenceScreen>