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

Commit 412222ea authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add some pages to search index."

parents 623b46c2 af155225
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