Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f027cfba authored by Tetiana Meronyk's avatar Tetiana Meronyk
Browse files

Add flag to add credential authentication before user removal

Bug: 342395399
Test: N/A
Flag: EXEMPT adding flag, no functional changes
Change-Id: I9b782750a63ea35e89a350ac9383e8c7ca05d0b4
parent 94f13f4c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -384,6 +384,16 @@ flag {
  is_fixed_read_only: true
}

flag {
    name: "require_pin_before_user_deletion"
    namespace: "multiuser"
    description: "Require credential authentication when a user tries to delete themselves or another user"
    bug: "342395399"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
}

# This flag guards the private space feature and all its implementations excluding the APIs. APIs are guarded by android.os.Flags.allow_private_profile.
flag {
    name: "enable_private_space_features"