aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangyun Yun <sangyun@google.com>2023-11-15 04:03:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-11-15 04:03:32 +0000
commit56641a6b1f9a745572126f61959c6640f1256136 (patch)
treee6a85fea7e8c284427bc00acf1e282f1be7a8c9a
parent00b06f5b08aba73ab211d9760115ad99dc76ae32 (diff)
parentdf0985389503a09a387f563eea290e23d83c1ca0 (diff)
downloadtelephony-56641a6b1f9a745572126f61959c6640f1256136.tar.gz
Merge "Add 3 feature flags for notification related fix" into main
-rw-r--r--flags/misc.aconfig23
1 files changed, 22 insertions, 1 deletions
diff --git a/flags/misc.aconfig b/flags/misc.aconfig
index afe6980669..deda5794b3 100644
--- a/flags/misc.aconfig
+++ b/flags/misc.aconfig
@@ -34,4 +34,25 @@ flag {
namespace: "telephony"
description: "Check if access to mobile network configs restricted before displaying call options"
bug: "309655251"
-} \ No newline at end of file
+}
+
+flag {
+ name: "reorganize_roaming_notification"
+ namespace: "telephony"
+ description: "Reorganize conditions to show and dismiss roaming notifications."
+ bug: "310594087"
+}
+
+flag {
+ name: "dismiss_network_selection_notification_on_sim_disable"
+ namespace: "telephony"
+ description: "Fix to dismiss network selection notification when disable sim."
+ bug: "310594186"
+}
+
+flag {
+ name: "load_dds_on_create"
+ namespace: "telephony"
+ description: "Load default data subid on create in PhoneGlobals."
+ bug: "310591561"
+}