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

Commit 88bc59cf authored by John Wu's avatar John Wu Committed by Automerger Merge Worker
Browse files

Merge "Add new feature flags for the safer intents project" into main am: 62b94e7e

parents 33b1f838 62b94e7e
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"
}