diff options
author | 2024-10-24 13:33:35 -0700 | |
---|---|---|
committer | 2024-10-24 14:26:36 -0700 | |
commit | 0f5ceefd872176bfea6418a9d1f6be57926eba6f (patch) | |
tree | dcd62917afd24d3e90958e4fff537fd549ca7ab0 | |
parent | 4b9100475c73842f5b379204491a1a718d75aa7e (diff) |
Declare opp_check_content_uri_permissions flag
Flag: com.android.bluetooth.flags.opp_check_content_uri_permissions
Ignore-AOSP-First: Security fix
Test: m com.google.android.btservices
Bug: 375466974
Bug: 315241296
Change-Id: I22711856821004ca737f6b3b5b00bcb2d155db6f
-rw-r--r-- | flags/security.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/security.aconfig b/flags/security.aconfig index 5a8b5791f1..26a7fefeb0 100644 --- a/flags/security.aconfig +++ b/flags/security.aconfig @@ -75,3 +75,13 @@ flag { } } + +flag { + name: "opp_check_content_uri_permissions" + namespace: "bluetooth" + description: "Check that the launching application for OPP has read access to the given content URI, on Android V+" + bug: "375466974" + metadata { + purpose: PURPOSE_BUGFIX + } +} |