diff options
| -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." |