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

Commit b8d88fb7 authored by Anna Bauza's avatar Anna Bauza
Browse files

Add a flag to cache user serial number.

This is to optimize user serial number retrieval.

Flag: android.multiuser.cache_user_serial_number
Bug: 340018451
Change-Id: If350587b92e0c7ebf915a7a20fff5f696d021cbc
Test: N/A
parent 6ea5ca84
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"