diff options
author | 2024-10-17 10:00:37 +0000 | |
---|---|---|
committer | 2024-10-17 10:00:37 +0000 | |
commit | e7dd2090ad1c996f558c43c33d65ee6277d2f1f8 (patch) | |
tree | 0d0b9e9d4f32321f0d028e8bcfef90d47b45517c | |
parent | 5acef816ff66ec0ad98ecb497f82444fc98df523 (diff) | |
parent | a28e67f071941d9616dece39afa413bafcfde7a5 (diff) |
Merge "Add a flag to fix the security exception in PropertyInvalidatedCache." into main
-rw-r--r-- | core/java/android/content/pm/multiuser.aconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig index 7de7131fc2ad..fa3bc9e16a6b 100644 --- a/core/java/android/content/pm/multiuser.aconfig +++ b/core/java/android/content/pm/multiuser.aconfig @@ -211,6 +211,18 @@ flag { } flag { + name: "property_invalidated_cache_bypass_mismatched_uids" + namespace: "multiuser" + description: "Bypass the cache when the process UID does not match the binder UID." + bug: "373752556" + metadata { + purpose: PURPOSE_BUGFIX + } + is_fixed_read_only: true +} + + +flag { name: "cache_profile_parent_read_only" namespace: "multiuser" description: "Cache getProfileParent to avoid unnecessary binder calls" |