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

Commit 5a07d5c6 authored by Kiran Ramachandra's avatar Kiran Ramachandra
Browse files

Added aconfig flag for Safer-Intent

Bug: 364354494
Test: presubmit
Flag: android.security.enable_intent_matching_flags

Change-Id: Ic811a1308fca609b58e6ec52d107898cffefa481
parent a7114724
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"
}