summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jan Tomljanovic <jtomljanovic@google.com> 2025-03-21 03:52:53 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2025-03-21 03:52:53 -0700
commite54fbfb385c938909edc10a7a33c7a84194bb42b (patch)
treec56c2c363520ed44b8e04bc975e536dc549d42aa
parent0753147480d1ecd15485d7886fac83b0890a5c84 (diff)
parent49813dba1c5959149ebebbd00c1958f2de9e93f6 (diff)
Merge "Change the order to make fingerprint source appear first." into main
-rw-r--r--SafetyCenter/Resources/res/raw-v36/safety_center_config.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/SafetyCenter/Resources/res/raw-v36/safety_center_config.xml b/SafetyCenter/Resources/res/raw-v36/safety_center_config.xml
index 4e1865697..730edf812 100644
--- a/SafetyCenter/Resources/res/raw-v36/safety_center_config.xml
+++ b/SafetyCenter/Resources/res/raw-v36/safety_center_config.xml
@@ -30,16 +30,6 @@
initialDisplayState="disabled"
notificationsAllowed="true"/>
<dynamic-safety-source
- id="AndroidFaceUnlock"
- packageName="com.android.settings"
- profile="all_profiles"
- title="@com.android.safetycenter.resources:string/face_unlock_title"
- titleForWork="@com.android.safetycenter.resources:string/face_unlock_title_for_work"
- titleForPrivateProfile="@com.android.safetycenter.resources:string/face_unlock_title_for_private_profile"
- searchTerms="@com.android.safetycenter.resources:string/face_unlock_search_terms"
- refreshOnPageOpenAllowed="true"
- initialDisplayState="hidden"/>
- <dynamic-safety-source
id="AndroidFingerprintUnlock"
packageName="com.android.settings"
profile="all_profiles"
@@ -50,6 +40,16 @@
refreshOnPageOpenAllowed="true"
initialDisplayState="hidden"/>
<dynamic-safety-source
+ id="AndroidFaceUnlock"
+ packageName="com.android.settings"
+ profile="all_profiles"
+ title="@com.android.safetycenter.resources:string/face_unlock_title"
+ titleForWork="@com.android.safetycenter.resources:string/face_unlock_title_for_work"
+ titleForPrivateProfile="@com.android.safetycenter.resources:string/face_unlock_title_for_private_profile"
+ searchTerms="@com.android.safetycenter.resources:string/face_unlock_search_terms"
+ refreshOnPageOpenAllowed="true"
+ initialDisplayState="hidden"/>
+ <dynamic-safety-source
id="AndroidWearUnlock"
packageName="com.android.settings"
profile="all_profiles"