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

Commit f020447a authored by Jon Miranda's avatar Jon Miranda
Browse files

Add Developer Options string to xml.

Bug: 228178703
Test: manual
Change-Id: Ib633d324709a17551cbf093c5e6f3195c51ddba7
parent df472f8d
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>