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

Commit da593208 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 am: 88bc59cf

parents d130c770 88bc59cf
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
@@ -27,3 +27,17 @@ flag {
    description: "Enables the content URI permission APIs"
    description: "Enables the content URI permission APIs"
    bug: "293467489"
    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"
}