Ling Ma | dcc685f | 2023-09-18 16:20:57 -0700 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
Yu Liu | a20df18 | 2024-03-26 22:39:02 +0000 | [diff] [blame] | 2 | container: "system" |
Ling Ma | dcc685f | 2023-09-18 16:20:57 -0700 | [diff] [blame] | 3 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 4 | # OWNER=hwangoo TARGET=24Q2 |
Hwangoo Park | 46bcd66 | 2023-10-13 03:08:09 +0000 | [diff] [blame] | 5 | flag { |
| 6 | name: "sms_domain_selection_enabled" |
| 7 | namespace: "telephony" |
| 8 | description: "This flag controls AP domain selection support for normal/emergency SMS." |
| 9 | bug: "262804071" |
| 10 | } |
Thomas Nguyen | 3444d09 | 2023-11-01 11:00:49 -0700 | [diff] [blame] | 11 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 12 | # OWNER=tnd TARGET=24Q3 |
Thomas Nguyen | 3444d09 | 2023-11-01 11:00:49 -0700 | [diff] [blame] | 13 | flag { |
| 14 | name: "mms_disabled_error" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 15 | is_exported: true |
Thomas Nguyen | 3444d09 | 2023-11-01 11:00:49 -0700 | [diff] [blame] | 16 | namespace: "telephony" |
| 17 | description: "This flag controls the support of the new MMS error code MMS_ERROR_MMS_DISABLED." |
| 18 | bug: "305062594" |
Ling Ma | 6977f83 | 2024-04-19 18:41:30 -0700 | [diff] [blame] | 19 | } |
| 20 | |
| 21 | # OWNER=linggm TARGET=24Q4 |
| 22 | flag { |
| 23 | name: "mms_get_apn_from_pdsc" |
| 24 | namespace: "telephony" |
| 25 | description: "This flag controls get APN details from PDSC instead of telephony provider." |
| 26 | bug: "324280016" |
| 27 | metadata { |
| 28 | purpose: PURPOSE_BUGFIX |
| 29 | } |
Steve Statia | 8c6848a | 2024-05-10 17:10:54 +0000 | [diff] [blame] | 30 | } |
| 31 | |
| 32 | # OWNER=stevestatia TARGET=24Q3 |
| 33 | flag { |
| 34 | name: "unregister_sms_broadcast_receiver_from_cat_service" |
| 35 | namespace: "telephony" |
| 36 | description: "This flag will unregister the sms broadcast receiver in the CatService when the process is disposed." |
| 37 | bug: "338936403" |
| 38 | metadata { |
| 39 | purpose: PURPOSE_BUGFIX |
| 40 | } |
Nikhil Kumar | 54f30f1 | 2024-05-09 19:29:01 +0100 | [diff] [blame^] | 41 | } |
| 42 | |
| 43 | # OWNER=nykkumar TARGET=25Q2 |
| 44 | flag { |
| 45 | name: "sms_mms_deliver_broadcasts_redirect_to_main_user" |
| 46 | namespace: "telephony" |
| 47 | description: "This flag controls the redirection of SMS_DELIVER AND WAP_PUSH_DELIVER broadcasts to the MAIN user." |
| 48 | bug: "335820374" |
Thomas Nguyen | 3444d09 | 2023-11-01 11:00:49 -0700 | [diff] [blame] | 49 | } |