diff options
| author | 2024-01-03 09:09:57 +0000 | |
|---|---|---|
| committer | 2024-01-03 09:09:57 +0000 | |
| commit | e69e5d0c5a5ad569d8356956baf7bcc0f8ce1bcf (patch) | |
| tree | 457dcc92afe7f677f6df2cf84fdda5cb817024e7 | |
| parent | 9c6b32c642bde3a6f7e80fdbbe1b2a77ad93220f (diff) | |
| parent | ebc8588e45f068b2b83add167cb7bc71e5b3acb1 (diff) | |
Merge "Add feature flag for content URI permission APIs" into main
| -rw-r--r-- | core/java/android/security/responsible_apis_flags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/security/responsible_apis_flags.aconfig b/core/java/android/security/responsible_apis_flags.aconfig index 4e5588cce1c9..fe6c4a4321e9 100644 --- a/core/java/android/security/responsible_apis_flags.aconfig +++ b/core/java/android/security/responsible_apis_flags.aconfig @@ -20,3 +20,10 @@ flag { description: "Enables toasts when ASM restrictions are triggered" bug: "230590090" } + +flag { + name: "content_uri_permission_apis" + namespace: "responsible_apis" + description: "Enables the content URI permission APIs" + bug: "293467489" +} |