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

Commit 57b8d612 authored by Candice's avatar Candice
Browse files

Add comments for setting the searchable attribute false in DarkModePreference

Bug: 354772684
Test: None Add comments for existing codes
Flag: EXEMPT Add comments for existing codes
Change-Id: Ida20a5e3291a3e267caa5a5db6e8f2ef27928e3c
parent 2a108459
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@
        settings:keywords="@string/keywords_color_inversion"
        settings:controller="com.android.settings.accessibility.ColorInversionPreferenceController"/>

    <!-- DarkModePreference is searchable in the Display & Touch setting.
         Therefore, we set searchable = false here to avoid duplicate search results. -->
    <com.android.settings.display.darkmode.DarkModePreference
        android:key="dark_ui_mode_accessibility"
        android:icon="@drawable/ic_dark_ui"