blob: 63f707fff54b0a2fb646015c587a623f38738f50 [file] [log] [blame]
Ling Madcc685f2023-09-18 16:20:57 -07001package: "com.android.internal.telephony.flags"
Yu Liua20df182024-03-26 22:39:02 +00002container: "system"
Ling Madcc685f2023-09-18 16:20:57 -07003
Steve Statia51089d42024-03-15 22:07:25 +00004# OWNER=hwangoo TARGET=24Q2
Hwangoo Park46bcd662023-10-13 03:08:09 +00005flag {
6 name: "sms_domain_selection_enabled"
7 namespace: "telephony"
8 description: "This flag controls AP domain selection support for normal/emergency SMS."
9 bug: "262804071"
10}
Thomas Nguyen3444d092023-11-01 11:00:49 -070011
Steve Statia51089d42024-03-15 22:07:25 +000012# OWNER=tnd TARGET=24Q3
Thomas Nguyen3444d092023-11-01 11:00:49 -070013flag {
14 name: "mms_disabled_error"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000015 is_exported: true
Thomas Nguyen3444d092023-11-01 11:00:49 -070016 namespace: "telephony"
17 description: "This flag controls the support of the new MMS error code MMS_ERROR_MMS_DISABLED."
18 bug: "305062594"
Ling Ma6977f832024-04-19 18:41:30 -070019}
20
21# OWNER=linggm TARGET=24Q4
22flag {
23 name: "mms_get_apn_from_pdsc"
24 namespace: "telephony"
25 description: "This flag controls get APN details from PDSC instead of telephony provider."
26 bug: "324280016"
27 metadata {
28 purpose: PURPOSE_BUGFIX
29 }
Steve Statia8c6848a2024-05-10 17:10:54 +000030}
31
32# OWNER=stevestatia TARGET=24Q3
33flag {
34 name: "unregister_sms_broadcast_receiver_from_cat_service"
35 namespace: "telephony"
36 description: "This flag will unregister the sms broadcast receiver in the CatService when the process is disposed."
37 bug: "338936403"
38 metadata {
39 purpose: PURPOSE_BUGFIX
40 }
Nikhil Kumar54f30f12024-05-09 19:29:01 +010041}
42
43# OWNER=nykkumar TARGET=25Q2
44flag {
45 name: "sms_mms_deliver_broadcasts_redirect_to_main_user"
46 namespace: "telephony"
47 description: "This flag controls the redirection of SMS_DELIVER AND WAP_PUSH_DELIVER broadcasts to the MAIN user."
48 bug: "335820374"
Thomas Nguyen3444d092023-11-01 11:00:49 -070049}