mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 00:36:49 +00:00
Merge "Add Developer Options string to xml." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
566c676dda
@@ -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] -->
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user