From 390d683a3bfde4aba1b53b2af30c1c1a0e4191f6 Mon Sep 17 00:00:00 2001 From: Prabal Singh Date: Mon, 13 Feb 2023 15:37:00 +0000 Subject: [PATCH] Remove biometrics for work from more settings Biometrics, Face, and Fingerprint for work has been moved to the Privacy subpage in safety center. This removes them from More Settings to avoid duplication. Also fixes the ordering of the sections. Test: manually tested Bug: b/269079559 Change-Id: Ic8780e03e13c6d87a00f206507805963ba52bd71 --- res/xml/more_security_privacy_settings.xml | 229 ++++++++++----------- 1 file changed, 105 insertions(+), 124 deletions(-) diff --git a/res/xml/more_security_privacy_settings.xml b/res/xml/more_security_privacy_settings.xml index 00957f702f5..5fce68fd5e2 100644 --- a/res/xml/more_security_privacy_settings.xml +++ b/res/xml/more_security_privacy_settings.xml @@ -22,9 +22,10 @@ android:title="@string/more_security_privacy_settings"> + privacy_advanced_settings.xml. That page also has these same entries. + The order is -10 to make sure it is always at the top. --> @@ -45,141 +46,27 @@ android:key="visiblepattern_profile" android:title="@string/lockpattern_settings_enable_visible_pattern_title_profile" /> - - - - - - - - - - - - - - - - - - - + - - - - + android:key="interact_across_profiles_privacy" + android:title="@string/interact_across_profiles_title" + android:fragment="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesSettings" + settings:searchable="false" + settings:controller="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesController" /> - - - - - - - - - - - - - - - - + @@ -224,4 +111,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file