blob: 623c3b6e827d492ba3bbd5b49cf1b47fbd4ee29d [file] [log] [blame]
Hunsuk Choia8d02a72023-11-03 12:02:42 +00001package: "com.android.internal.telephony.flags"
Yu Liua20df182024-03-26 22:39:02 +00002container: "system"
Hunsuk Choia8d02a72023-11-03 12:02:42 +00003
Steve Statia51089d42024-03-15 22:07:25 +00004# OWNER=forestchoi TARGET=24Q3
Hunsuk Choia8d02a72023-11-03 12:02:42 +00005flag {
6 name: "ap_domain_selection_enabled"
7 namespace: "telephony"
8 description: "This flag controls AP domain selection feature."
9 bug:"258112541"
10}
11
Steve Statia51089d42024-03-15 22:07:25 +000012# OWNER=forestchoi TARGET=24Q3
Hunsuk Choia8d02a72023-11-03 12:02:42 +000013flag {
14 name: "use_aosp_domain_selection_service"
15 namespace: "telephony"
16 description: "This flag controls AOSP's domain selection service supported."
17 bug:"258112541"
18}
19
Steve Statia51089d42024-03-15 22:07:25 +000020# OWNER=forestchoi TARGET=24Q3
Hunsuk Choia8d02a72023-11-03 12:02:42 +000021flag {
22 name: "use_oem_domain_selection_service"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000023 is_exported: true
Hunsuk Choia8d02a72023-11-03 12:02:42 +000024 namespace: "telephony"
25 description: "This flag controls OEMs' domain selection service supported."
26 bug:"258112541"
27}
28
Steve Statia51089d42024-03-15 22:07:25 +000029# OWNER=forestchoi TARGET=24Q3
Hunsuk Choia8d02a72023-11-03 12:02:42 +000030flag {
31 name: "domain_selection_metrics_enabled"
32 namespace: "telephony"
33 description: "This flag controls domain selection metrics."
34 bug:"258112541"
35}