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

Commit af155225 authored by Fan Zhang's avatar Fan Zhang
Browse files

Add some pages to search index.

* Notification access page
* VR Listener page
* Feature flags in dev options
* QS Tile developer options
* User dictionary
* Billing cycle
* Some accessibilty pages

Bug: 70720645
Test: robotests
Change-Id: I4f7d3d65b2803cebf178ac345a79721232df707c
parent 9848bbd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2423,7 +2423,7 @@
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                       android:value="com.android.settings.applications.VrListenerSettings" />
                       android:value="com.android.settings.applications.specialaccess.vrlistener.VrListenerSettings" />
        </activity>

        <activity
+5 −3
Original line number Diff line number Diff line
@@ -14,7 +14,9 @@
     limitations under the License.
-->

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:key="autoclick_preference_screen"
    android:title="@string/accessibility_autoclick_preference_title">


+4 −2
Original line number Diff line number Diff line
@@ -14,7 +14,9 @@
     limitations under the License.
-->

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:key="daltonizer_preference_screen"
    android:title="@string/accessibility_display_daltonizer_preference_title">

    <ListPreference
+2 −2
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@

        <Preference
                android:fragment="com.android.settings.accessibility.ToggleAutoclickPreferenceFragment"
                android:key="autoclick_preference_screen"
                android:key="autoclick_preference"
                android:title="@string/accessibility_autoclick_preference_title"/>

        <SwitchPreference
@@ -129,7 +129,7 @@

        <Preference
                android:fragment="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment"
                android:key="daltonizer_preference_screen"
                android:key="daltonizer_preference"
                android:title="@string/accessibility_display_daltonizer_preference_title"
                android:icon="@drawable/ic_daltonizer"/>

+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:key="billing_cycle_settings"
    android:title="@string/billing_cycle">

    <Preference
Loading