blob: 3c20d693d17a664bd164fcc8d3f30d578acd3739 [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}