blob: 57cfdb4c7f1aa6668aa568888765eb1073b2b99b [file] [log] [blame]
Ling Madcc685f2023-09-18 16:20:57 -07001package: "com.android.internal.telephony.flags"
2
Steve Statia51089d42024-03-15 22:07:25 +00003# OWNER=linggm TARGET=24Q1
Ling Madcc685f2023-09-18 16:20:57 -07004flag {
5 name: "reject_bad_sub_id_interaction"
6 namespace: "telephony"
7 description: "Previously, the DB allows insertion of a random sub Id, but doesn't allow query it. This change rejects such interaction."
8 bug: "294125411"
Hwangoo Park46bcd662023-10-13 03:08:09 +00009}
10
Steve Statia51089d42024-03-15 22:07:25 +000011# OWNER=hwangoo TARGET=24Q2
Hwangoo Park46bcd662023-10-13 03:08:09 +000012flag {
13 name: "sms_domain_selection_enabled"
14 namespace: "telephony"
15 description: "This flag controls AP domain selection support for normal/emergency SMS."
16 bug: "262804071"
17}
Thomas Nguyen3444d092023-11-01 11:00:49 -070018
Steve Statia51089d42024-03-15 22:07:25 +000019# OWNER=tnd TARGET=24Q3
Thomas Nguyen3444d092023-11-01 11:00:49 -070020flag {
21 name: "mms_disabled_error"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000022 is_exported: true
Thomas Nguyen3444d092023-11-01 11:00:49 -070023 namespace: "telephony"
24 description: "This flag controls the support of the new MMS error code MMS_ERROR_MMS_DISABLED."
25 bug: "305062594"
26}