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

Commit 59ada9d3 authored by Kiran Ramachandra's avatar Kiran Ramachandra
Browse files

Added flags to restrict explicit uri grants

Test: pre-submit
Bug: 295238578
Flag: EXEMPT (added flag only)

Change-Id: If56abdc377e9cd97f591968aa230405d8487f98d
parent 33b124c6
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"
}