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

Commit ebc8588e authored by Azhara Assanova's avatar Azhara Assanova
Browse files

Add feature flag for content URI permission APIs

Bug: 293467489
Test: tested on device
Ignore-AOSP-First: merge conflict because aconfig doesn't exist
Change-Id: I277458bb1f6d7ece1f9efc8054a8d3d9b3924000
parent 71dac058
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -20,3 +20,10 @@ flag {
    description: "Enables toasts when ASM restrictions are triggered"
    bug: "230590090"
}

flag {
    name: "content_uri_permission_apis"
    namespace: "responsible_apis"
    description: "Enables the content URI permission APIs"
    bug: "293467489"
}