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

Commit 62b94e7e authored by John Wu's avatar John Wu Committed by Gerrit Code Review
Browse files

Merge "Add new feature flags for the safer intents project" into main

parents 1a57ec33 6775b0e4
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"
}