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

Commit 18faf05e authored by Edgar Wang's avatar Edgar Wang
Browse files

Remove duplicated search index data of "Live Caption"

root cause:
 - SI workaround to help AiAi index "Live Caption"
 - Accessibility add Live Caption in Android Q
 - Settings will enable dynamic index injected preference after Android R.

solution:
 - SI should not add raw data after Android R.
 - Accessibility should not index this preference.

Bug: 153713572
Test: rototest & manual
Change-Id: Icdc66d0d8ba7ebb09ad5a22a6347047955cf1a2d
parent 4e2e7bb7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -154,6 +154,7 @@
            android:persistent="false"
            android:summary="@string/live_caption_summary"
            android:title="@string/live_caption_title"
            settings:searchable="false"
            settings:controller="com.android.settings.accessibility.LiveCaptionPreferenceController"/>

        <SwitchPreference