blob: 45df2d87600879a1dd14db34b7a4264723e84b84 [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=linggm TARGET=24Q1
Ling Madcc685f2023-09-18 16:20:57 -07005flag {
6 name: "reject_bad_sub_id_interaction"
7 namespace: "telephony"
8 description: "Previously, the DB allows insertion of a random sub Id, but doesn't allow query it. This change rejects such interaction."
9 bug: "294125411"
Hwangoo Park46bcd662023-10-13 03:08:09 +000010}
11
Steve Statia51089d42024-03-15 22:07:25 +000012# OWNER=hwangoo TARGET=24Q2
Hwangoo Park46bcd662023-10-13 03:08:09 +000013flag {
14 name: "sms_domain_selection_enabled"
15 namespace: "telephony"
16 description: "This flag controls AP domain selection support for normal/emergency SMS."
17 bug: "262804071"
18}
Thomas Nguyen3444d092023-11-01 11:00:49 -070019
Steve Statia51089d42024-03-15 22:07:25 +000020# OWNER=tnd TARGET=24Q3
Thomas Nguyen3444d092023-11-01 11:00:49 -070021flag {
22 name: "mms_disabled_error"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000023 is_exported: true
Thomas Nguyen3444d092023-11-01 11:00:49 -070024 namespace: "telephony"
25 description: "This flag controls the support of the new MMS error code MMS_ERROR_MMS_DISABLED."
26 bug: "305062594"
27}