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

Commit 6775b0e4 authored by John Wu's avatar John Wu
Browse files

Add new feature flags for the safer intents project

Change-Id: I4c8c2559be87825397d4dbb152f0018a35b9f4db
parent 1a57ec33
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -27,3 +27,17 @@ flag {
    description: "Enables the content URI permission APIs"
    bug: "293467489"
}

flag {
    name: "enforce_intent_filter_match"
    namespace: "responsible_apis"
    description: "Make delivered intents match components' intent filters"
    bug: "293560872"
}

flag {
    name: "block_null_action_intents"
    namespace: "responsible_apis"
    description: "Do not allow intents without an action to match any intent filters"
    bug: "293560872"
}