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

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

Add flags to cache getUserStartRealtime and getUserUnlockRealtime.

Bug: 350416205
Bug: 350421407
Change-Id: If8b2f16cb2f86e4ca4a136aef2e2a86c8d5006d4
Test: N/A
Flag: android.multiuser.cache_user_start_realtime_read_only
Flag: android.multiuser.cache_user_unlock_realtime_read_only
parent bd856725
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -341,6 +341,28 @@ flag {
  is_fixed_read_only: true
}

flag {
    name: "cache_user_start_realtime_read_only"
    namespace: "multiuser"
    description: "Cache getUserStartRealtime to avoid unnecessary binder calls"
    bug: "350416205"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
  is_fixed_read_only: true
}

flag {
    name: "cache_user_unlock_realtime_read_only"
    namespace: "multiuser"
    description: "Cache getUserUnlockRealtime to avoid unnecessary binder calls"
    bug: "350421407"
    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"