Ling Ma | dcc685f | 2023-09-18 16:20:57 -0700 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
| 2 | |
| 3 | flag { |
| 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 Park | 46bcd66 | 2023-10-13 03:08:09 +0000 | [diff] [blame] | 8 | } |
| 9 | |
| 10 | flag { |
| 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 Nguyen | 3444d09 | 2023-11-01 11:00:49 -0700 | [diff] [blame] | 16 | |
| 17 | flag { |
| 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 | } |