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

Commit 34141981 authored by Kiran Ramachandra's avatar Kiran Ramachandra
Browse files

Renamed flags to reflect implicit action

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

Change-Id: I099d234318c1c723106b110e0ce35fdb6d3706ed
parent 0676e931
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -155,15 +155,15 @@ flag {
}

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

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