From ded3c8a988c9f4cd704f390a5bf9d9299da5c506 Mon Sep 17 00:00:00 2001 From: Candice Date: Fri, 11 Oct 2024 07:24:26 +0000 Subject: [PATCH] Set the `Keep on after device restarts` non-searchable and add comments for the reasons. Bug: 354778552 Test: Manually search `restarts` in Settings and check the preference in ExtraDim does not show up(Add screenshot to the bug) Flag: EXEMPT The change is made in xml only Change-Id: I37d64261c55ff7dfd1f1a4576073ce08732944c9 --- res/xml/reduce_bright_colors_settings.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/res/xml/reduce_bright_colors_settings.xml b/res/xml/reduce_bright_colors_settings.xml index d092e138fb3..683190ee271 100644 --- a/res/xml/reduce_bright_colors_settings.xml +++ b/res/xml/reduce_bright_colors_settings.xml @@ -30,8 +30,12 @@ settings:tickMark="@android:color/transparent" /> + + android:title="@string/reduce_bright_colors_persist_preference_title" + settings:searchable="false"/>