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

Commit ba1079c8 authored by Anna Bauza's avatar Anna Bauza Committed by Android (Google) Code Review
Browse files

Merge "Add a flag to cache user serial number." into main

parents b8cfc05b b8d88fb7
Loading
Loading
Loading
Loading
+14 −3
Original line number Diff line number Diff line
@@ -150,6 +150,17 @@ flag {
  }
}

flag {
    name: "cache_user_serial_number"
    namespace: "multiuser"
    description: "Optimise user serial number retrieval"
    bug: "340018451"
    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"