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

Commit fd0482f3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Added aconfig flag for Safer-Intent" into main

parents e8710f6a 5a07d5c6
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -85,3 +85,12 @@ flag {
    description: "Prevent intent redirect attacks by aborting or throwing security exception"
    bug: "361143368"
}

flag {
    name: "enable_intent_matching_flags"
    is_exported: true
    namespace: "permissions"
    is_fixed_read_only: true
    description: "Applies intentMatchingFlags while matching intents to application components"
    bug: "364354494"
}