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

Commit 2055e592 authored by Michael Bestas's avatar Michael Bestas
Browse files

Settings: Add back keywords to display settings

Change-Id: I6f77a92bec09bfd472089dd82fd466bdc2db7597
parent 8f2ca216
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -15,7 +15,8 @@
     limitations under the License.
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
      xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
    settings:keywords="@string/keywords_display">

    <PreferenceCategory
        android:key="display"
@@ -123,14 +124,15 @@
    <PreferenceCategory
            android:key="interface"
            android:title="@string/category_interface">
        <!-- wallpaper -->

        <!-- Wallpaper -->
        <PreferenceScreen
                android:key="wallpaper"
                android:title="@string/wallpaper_settings_title"
                settings:keywords="@string/keywords_display_wallpaper"
                android:fragment="com.android.settings.WallpaperTypeSettings" />

        <!-- expanded desktop -->
        <!-- Expanded desktop -->
        <PreferenceScreen
                android:key="expanded_desktop"
                android:title="@string/power_menu_expanded_desktop"