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

Commit 9dc803c7 authored by Danesh M's avatar Danesh M Committed by Gerrit Code Review
Browse files

Settings : Add title to xml preference screens

Search indexing was inserting null as the title, which results
in the default "Settings" title if the user selects a search result.
This is inconsistent with the title the user sees when they manually navigate
to that preference screen.

FEIJ-512

Change-Id: I6f6ed7b851c998aa2cb5531bef04e8000ccb8ddd
parent 3a532e7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
    android:title="@string/configure_apps"
    android:key="applications_settings">

    <PreferenceScreen
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
-->

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
        android:title="@string/button_pref_title"
        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">

    <SwitchPreference
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
<PreferenceScreen
        xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
        android:title="@string/default_apps_title"
        android:key="default_apps">

    <Preference
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
    android:title="@string/display_and_lights"
    settings:keywords="@string/keywords_display">

    <PreferenceCategory
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
     limitations under the License.
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
        android:title="@string/notification_manager"
        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">

    <!-- Heads up -->
Loading