summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Achim Thesmann <achim@google.com> 2024-07-16 16:52:12 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-07-16 16:52:12 +0000
commit7636639603a4d16dd21c160031e9b7768d708a5c (patch)
tree1039c58d6888f2efad010e006f342f7ac61b8024
parent7e08f1d9928bcd022d32bd7e21643aa82ca30595 (diff)
parent2a74ea9bf938a25a839480a21d4dec749476486e (diff)
Merge "Introduce new flag for new BAL modes" into main
-rw-r--r--core/java/android/window/flags/responsible_apis.aconfig7
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."