diff options
| -rw-r--r-- | core/java/android/security/responsible_apis_flags.aconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/core/java/android/security/responsible_apis_flags.aconfig b/core/java/android/security/responsible_apis_flags.aconfig index 9bb1039849e5..dec28c34ae5b 100644 --- a/core/java/android/security/responsible_apis_flags.aconfig +++ b/core/java/android/security/responsible_apis_flags.aconfig @@ -84,4 +84,13 @@ flag { namespace: "responsible_apis" description: "Prevent intent redirect attacks by aborting or throwing security exception" bug: "361143368" -}
\ No newline at end of file +} + +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" +} |