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

Commit 40ba56f1 authored by Anna Bauza's avatar Anna Bauza
Browse files

Read only versions of read only flag (ag/28012390.) so the user serial number...

Read only versions of read only flag (ag/28012390.) so the user serial number can be read before flags are initialized.

Change-Id: I7cb811c81601129d4b8508a0b8bc379e96a6c35c
Flag: android.multiuser.cache_user_serial_number_read_only
Bug: 353134536
Test: N/A
parent d41a18c2
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -190,6 +190,18 @@ flag {
  }
}

flag {
    name: "cache_user_serial_number_read_only"
    namespace: "multiuser"
    description: "Optimise user serial number retrieval. Read only flag, so that it can be used before the flags are initialized."
    bug: "353134536"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
  is_fixed_read_only: true
}


# 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"