1package: "com.android.server.telecom.flags" 2container: "system" 3 4# OWNER=tjstuart TARGET=24Q3 5flag { 6 name: "only_update_telephony_on_valid_sub_ids" 7 namespace: "telecom" 8 description: "For testing purposes, only update Telephony when the default calling subId is non-zero" 9 bug: "234846282" 10} 11 12# OWNER=tjstuart TARGET=24Q3 13flag { 14 name: "telephony_has_default_but_telecom_does_not" 15 namespace: "telecom" 16 description: "Telecom is requesting the user to select a sim account to place the outgoing call on but the user has a default account in the settings" 17 bug: "302397094" 18}