blob: 3bf58982eb81ba29efa2cad45046af941313c7df [file] [log] [blame]
Hunsuk Choia8d02a72023-11-03 12:02:42 +00001package: "com.android.internal.telephony.flags"
2
Steve Statia51089d42024-03-15 22:07:25 +00003# OWNER=forestchoi TARGET=24Q3
Hunsuk Choia8d02a72023-11-03 12:02:42 +00004flag {
5 name: "ap_domain_selection_enabled"
6 namespace: "telephony"
7 description: "This flag controls AP domain selection feature."
8 bug:"258112541"
9}
10
Steve Statia51089d42024-03-15 22:07:25 +000011# OWNER=forestchoi TARGET=24Q3
Hunsuk Choia8d02a72023-11-03 12:02:42 +000012flag {
13 name: "use_aosp_domain_selection_service"
14 namespace: "telephony"
15 description: "This flag controls AOSP's domain selection service supported."
16 bug:"258112541"
17}
18
Steve Statia51089d42024-03-15 22:07:25 +000019# OWNER=forestchoi TARGET=24Q3
Hunsuk Choia8d02a72023-11-03 12:02:42 +000020flag {
21 name: "use_oem_domain_selection_service"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000022 is_exported: true
Hunsuk Choia8d02a72023-11-03 12:02:42 +000023 namespace: "telephony"
24 description: "This flag controls OEMs' domain selection service supported."
25 bug:"258112541"
26}
27
Steve Statia51089d42024-03-15 22:07:25 +000028# OWNER=forestchoi TARGET=24Q3
Hunsuk Choia8d02a72023-11-03 12:02:42 +000029flag {
30 name: "domain_selection_metrics_enabled"
31 namespace: "telephony"
32 description: "This flag controls domain selection metrics."
33 bug:"258112541"
34}