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

Commit 0f5ceefd authored by Billy Huang's avatar Billy Huang
Browse files

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
parent 4b910047
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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
  }
}