1package: "com.android.internal.telephony.flags" 2container: "system" 3 4# OWNER=hwangoo TARGET=24Q2 5flag { 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} 11 12# OWNER=tnd TARGET=24Q3 13flag { 14 name: "mms_disabled_error" 15 is_exported: true 16 namespace: "telephony" 17 description: "This flag controls the support of the new MMS error code MMS_ERROR_MMS_DISABLED." 18 bug: "305062594" 19} 20 21# OWNER=linggm TARGET=24Q4 22flag { 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 } 30} 31 32# OWNER=stevestatia TARGET=24Q3 33flag { 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 } 41} 42 43# OWNER=nykkumar TARGET=25Q2 44flag { 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: "314321617" 49}