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

Commit 69020c74 authored by Kiran Ramachandra's avatar Kiran Ramachandra Committed by Android (Google) Code Review
Browse files

Merge "Added flags to restrict explicit uri grants" into main

parents cfa2915c 59ada9d3
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -153,3 +153,17 @@ flag {
    description: "Android Advanced Protection Mode Feature: Usb Data Protection"
    bug: "389958463"
}

flag {
    name: "explicit_uri_grants_restricted_for_sendmultiple_imagecapture_actions"
    namespace: "permissions"
    description: "Flag for restricting explicit URI grants on SendMultiple and ImageCapture intents"
    bug: "295238578"
}

flag {
    name: "explicit_uri_grants_restricted_for_send_action"
    namespace: "permissions"
    description: "Flag to restricting explicit URI grants on Send action intents"
    bug: "295238578"
}