Ling Ma | dcc685f | 2023-09-18 16:20:57 -0700 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
| 2 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 3 | # OWNER=linggm TARGET=24Q1 |
Ling Ma | dcc685f | 2023-09-18 16:20:57 -0700 | [diff] [blame] | 4 | flag { |
| 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 Park | 46bcd66 | 2023-10-13 03:08:09 +0000 | [diff] [blame] | 9 | } |
| 10 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 11 | # OWNER=hwangoo TARGET=24Q2 |
Hwangoo Park | 46bcd66 | 2023-10-13 03:08:09 +0000 | [diff] [blame] | 12 | flag { |
| 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 Nguyen | 3444d09 | 2023-11-01 11:00:49 -0700 | [diff] [blame] | 18 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 19 | # OWNER=tnd TARGET=24Q3 |
Thomas Nguyen | 3444d09 | 2023-11-01 11:00:49 -0700 | [diff] [blame] | 20 | flag { |
| 21 | name: "mms_disabled_error" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 22 | is_exported: true |
Thomas Nguyen | 3444d09 | 2023-11-01 11:00:49 -0700 | [diff] [blame] | 23 | namespace: "telephony" |
| 24 | description: "This flag controls the support of the new MMS error code MMS_ERROR_MMS_DISABLED." |
| 25 | bug: "305062594" |
| 26 | } |