Add new bug fix flag for private space

Defines a new flag that will be used for bug fix that changes the
secondary unlock factor flow for PS lock from settings


Bug: 332850595
Test: Build
Change-Id: I9c0f42875e2c1717f065c071afe5e9a1893ea831
Flag: android.multiuser.modify_private_space_secondary_unlock_setup_flow
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig
index c7d94c6..aa7d4eb 100644
--- a/core/java/android/content/pm/multiuser.aconfig
+++ b/core/java/android/content/pm/multiuser.aconfig
@@ -307,3 +307,13 @@
     purpose: PURPOSE_BUGFIX
   }
 }
+
+flag {
+  name: "modify_private_space_secondary_unlock_setup_flow"
+  namespace: "profile_experiences"
+  description: "Updates to setting up secondary unlock factor from Settings for the first time"
+  bug: "332850595"
+  metadata {
+    purpose: PURPOSE_BUGFIX
+  }
+}