diff options
| author | 2024-07-16 16:52:12 +0000 | |
|---|---|---|
| committer | 2024-07-16 16:52:12 +0000 | |
| commit | 7636639603a4d16dd21c160031e9b7768d708a5c (patch) | |
| tree | 1039c58d6888f2efad010e006f342f7ac61b8024 | |
| parent | 7e08f1d9928bcd022d32bd7e21643aa82ca30595 (diff) | |
| parent | 2a74ea9bf938a25a839480a21d4dec749476486e (diff) | |
Merge "Introduce new flag for new BAL modes" into main
| -rw-r--r-- | core/java/android/window/flags/responsible_apis.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/window/flags/responsible_apis.aconfig b/core/java/android/window/flags/responsible_apis.aconfig index 94f6503f8a97..6ce9725f95b0 100644 --- a/core/java/android/window/flags/responsible_apis.aconfig +++ b/core/java/android/window/flags/responsible_apis.aconfig @@ -58,6 +58,13 @@ flag { } flag { + name: "bal_additional_start_modes" + namespace: "responsible_apis" + description: "Introduce additional start modes." + bug: "352182359" +} + +flag { name: "bal_send_intent_with_options" namespace: "responsible_apis" description: "Add options parameter to IntentSender.sendIntent." |