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

Commit 5f61646a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add flag to add credential authentication before user removal" into main

parents 832432f3 f027cfba
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"