summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author juquan <juquan@google.com> 2025-01-22 00:25:52 +0000
committer juquan <juquan@google.com> 2025-01-24 17:18:09 +0000
commit60647890d9ed73ad23f72d01da5f35eebd26661a (patch)
tree929d07a22539c96dfd317cbed8283d5887e7a8da
parentd501cec02c4739ed7c74a9c98170dadfa5902e86 (diff)
Create flag for Pin Recovery in settings UI.
Test: purely adding flag Bug: 390500290 Change-Id: Ia775e16eb7d882b4cdf31fc2cc74531bc9ad6739 Flag: android.app.supervision.flags.enable_supervision_pin_recovery_screen
-rw-r--r--core/java/android/app/supervision/flags.aconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/app/supervision/flags.aconfig b/core/java/android/app/supervision/flags.aconfig
index 19fdbb7214d0..232883cbfe00 100644
--- a/core/java/android/app/supervision/flags.aconfig
+++ b/core/java/android/app/supervision/flags.aconfig
@@ -56,3 +56,11 @@ flag {
description: "Flag to enable the App Approval settings in Android settings UI"
bug: "390185393"
}
+
+flag {
+ name: "enable_supervision_pin_recovery_screen"
+ is_exported: true
+ namespace: "supervision"
+ description: "Flag that enables the Supervision pin recovery screen with Supervision settings entry point"
+ bug: "390500290"
+}