1package: "com.android.server.telecom.flags" 2container: "system" 3 4# OWNER=grantmenke TARGET=25Q1 5flag { 6 name: "telecom_main_user_in_get_respond_message_app" 7 is_exported: true 8 namespace: "telecom" 9 description: "Support HSUM mode by using the main user when getting respond via message app." 10 bug: "358587742" 11 metadata { 12 purpose: PURPOSE_BUGFIX 13 } 14} 15 16# OWNER=grantmenke TARGET=25Q1 17flag { 18 name: "telecom_main_user_in_block_check" 19 is_exported: true 20 namespace: "telecom" 21 description: "Support HSUM mode by using the main user when checking if a number is blocked." 22 bug: "369062239" 23 metadata { 24 purpose: PURPOSE_BUGFIX 25 } 26} 27 28# OWNER=grantmenke TARGET=25Q2 29flag { 30 name: "telecom_app_label_proxy_hsum_aware" 31 is_exported: true 32 namespace: "telecom" 33 description: "Support HSUM mode by ensuring AppLableProxy is multiuser aware." 34 bug: "321817633" 35 metadata { 36 purpose: PURPOSE_BUGFIX 37 } 38}