Loading res/values/attrs.xml +2 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,8 @@ <declare-styleable name="Preference"> <!-- Synonyms for search results --> <attr name="keywords" format="string" /> <!-- Whether or not the preference is searchable, by default it's true. --> <attr name="searchable" format="boolean" /> <!-- Classname of a PreferenceController corresponding to the preference --> <attr name="controller" format="string" /> <!-- {@code true} when the controller declared represents a slice from {@link android.app.SettingsSliceContract} --> Loading res/xml/app_and_notification.xml +2 −1 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ android:key="special_access" android:fragment="com.android.settings.applications.specialaccess.SpecialAccessSettings" android:title="@string/special_access" android:order="20" /> android:order="20" settings:searchable="false"/> </PreferenceScreen> res/xml/app_default_settings.xml +4 −3 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ android:key="assist_and_voice_input" android:title="@string/assist_and_voice_input_title" android:fragment="com.android.settings.applications.assist.ManageAssist" settings:keywords="@string/keywords_assist_input"/> settings:searchable="false"/> <com.android.settings.widget.AppPreference android:key="default_browser" Loading Loading @@ -86,7 +86,8 @@ <com.android.settings.widget.AppPreference android:key="work_default_browser" android:title="@string/default_browser_title" android:fragment="com.android.settings.applications.defaultapps.DefaultBrowserPicker"> android:fragment="com.android.settings.applications.defaultapps.DefaultBrowserPicker" settings:searchable="false"> <extra android:name="for_work" android:value="true" /> </com.android.settings.widget.AppPreference> Loading @@ -94,7 +95,7 @@ android:key="work_default_phone_app" android:title="@string/default_phone_title" android:fragment="com.android.settings.applications.defaultapps.DefaultPhonePicker" settings:keywords="@string/keywords_default_phone_app"> settings:searchable="false"> <extra android:name="for_work" android:value="true" /> </com.android.settings.widget.AppPreference> Loading res/xml/default_autofill_picker_settings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ <com.android.settings.widget.WorkOnlyCategory android:key="work_app_defaults" android:key="autofill_work_app_defaults" android:title="@string/default_for_work"> <com.android.settings.widget.GearPreference Loading res/xml/development_settings.xml +2 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,8 @@ <Preference android:key="feature_flags_dashboard" android:title="@string/feature_flags_dashboard_title" android:fragment="com.android.settings.development.featureflags.FeatureFlagsDashboard" /> android:fragment="com.android.settings.development.featureflags.FeatureFlagsDashboard" settings:searchable="false" /> <SwitchPreference android:key="enable_gpu_debug_layers" Loading Loading
res/values/attrs.xml +2 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,8 @@ <declare-styleable name="Preference"> <!-- Synonyms for search results --> <attr name="keywords" format="string" /> <!-- Whether or not the preference is searchable, by default it's true. --> <attr name="searchable" format="boolean" /> <!-- Classname of a PreferenceController corresponding to the preference --> <attr name="controller" format="string" /> <!-- {@code true} when the controller declared represents a slice from {@link android.app.SettingsSliceContract} --> Loading
res/xml/app_and_notification.xml +2 −1 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ android:key="special_access" android:fragment="com.android.settings.applications.specialaccess.SpecialAccessSettings" android:title="@string/special_access" android:order="20" /> android:order="20" settings:searchable="false"/> </PreferenceScreen>
res/xml/app_default_settings.xml +4 −3 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ android:key="assist_and_voice_input" android:title="@string/assist_and_voice_input_title" android:fragment="com.android.settings.applications.assist.ManageAssist" settings:keywords="@string/keywords_assist_input"/> settings:searchable="false"/> <com.android.settings.widget.AppPreference android:key="default_browser" Loading Loading @@ -86,7 +86,8 @@ <com.android.settings.widget.AppPreference android:key="work_default_browser" android:title="@string/default_browser_title" android:fragment="com.android.settings.applications.defaultapps.DefaultBrowserPicker"> android:fragment="com.android.settings.applications.defaultapps.DefaultBrowserPicker" settings:searchable="false"> <extra android:name="for_work" android:value="true" /> </com.android.settings.widget.AppPreference> Loading @@ -94,7 +95,7 @@ android:key="work_default_phone_app" android:title="@string/default_phone_title" android:fragment="com.android.settings.applications.defaultapps.DefaultPhonePicker" settings:keywords="@string/keywords_default_phone_app"> settings:searchable="false"> <extra android:name="for_work" android:value="true" /> </com.android.settings.widget.AppPreference> Loading
res/xml/default_autofill_picker_settings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ <com.android.settings.widget.WorkOnlyCategory android:key="work_app_defaults" android:key="autofill_work_app_defaults" android:title="@string/default_for_work"> <com.android.settings.widget.GearPreference Loading
res/xml/development_settings.xml +2 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,8 @@ <Preference android:key="feature_flags_dashboard" android:title="@string/feature_flags_dashboard_title" android:fragment="com.android.settings.development.featureflags.FeatureFlagsDashboard" /> android:fragment="com.android.settings.development.featureflags.FeatureFlagsDashboard" settings:searchable="false" /> <SwitchPreference android:key="enable_gpu_debug_layers" Loading