blob: 1ba89baa47d88d1b517917920a8c281c3c107858 [file] [log] [blame]
Ling Madcc685f2023-09-18 16:20:57 -07001package: "com.android.internal.telephony.flags"
2
3flag {
4 name: "reject_bad_sub_id_interaction"
5 namespace: "telephony"
6 description: "Previously, the DB allows insertion of a random sub Id, but doesn't allow query it. This change rejects such interaction."
7 bug: "294125411"
Hwangoo Park46bcd662023-10-13 03:08:09 +00008}
9
10flag {
11 name: "sms_domain_selection_enabled"
12 namespace: "telephony"
13 description: "This flag controls AP domain selection support for normal/emergency SMS."
14 bug: "262804071"
15}
Thomas Nguyen3444d092023-11-01 11:00:49 -070016
17flag {
18 name: "mms_disabled_error"
19 namespace: "telephony"
20 description: "This flag controls the support of the new MMS error code MMS_ERROR_MMS_DISABLED."
21 bug: "305062594"
22}