blob: 88a6e9e1e6f86148701f54e9c3abaf1409f39161 [file] [log] [blame] [edit]
package: "com.android.internal.telephony.flags"
container: "system"
# OWNER=forestchoi TARGET=24Q3
flag {
name: "ap_domain_selection_enabled"
namespace: "telephony"
description: "This flag controls AP domain selection feature."
bug:"258112541"
}
# OWNER=forestchoi TARGET=24Q3
flag {
name: "use_aosp_domain_selection_service"
namespace: "telephony"
description: "This flag controls AOSP's domain selection service supported."
bug:"258112541"
}
# OWNER=forestchoi TARGET=24Q3
flag {
name: "use_oem_domain_selection_service"
is_exported: true
namespace: "telephony"
description: "This flag controls OEMs' domain selection service supported."
bug:"258112541"
}
# OWNER=forestchoi TARGET=24Q3
flag {
name: "domain_selection_metrics_enabled"
namespace: "telephony"
description: "This flag controls domain selection metrics."
bug:"258112541"
}
# OWNER=jdyou TARGET=24Q4
flag {
name: "hangup_emergency_call_for_cross_sim_redialing"
namespace: "telephony"
description: "This flag controls the behavior of terminating an emergency call for cross SIM redialing."
bug:"336398541"
}
# OWNER=avinashmp TARGET=25Q1
flag {
name: "add_ims_redial_codes_for_emergency_calls"
namespace: "telephony"
description: "This flag controls the addition of EMERGENCY_REDIAL_ON_IMS and EMERGENCY_REDIAL_ON_VOWIFI redial codes for normal routed emergency calls."
bug:"357980439"
}
# OWNER=jaesikkong TARGET=25Q2
flag {
name: "disable_ecbm_based_on_rat"
namespace: "telephony"
description: "Fix bug entering the emergency callback mode in GSM or UMTS network."
bug:"389010789"
metadata {
purpose: PURPOSE_BUGFIX
}
}
# OWNER=hwangoo TARGET=25Q2
flag {
name: "hangup_active_call_based_on_emergency_call_domain"
namespace: "telephony"
description: "This flag disconnects an active call if the domain selected for the emergency call is different from the domain of the currently active call."
bug:"391287237"
metadata {
purpose: PURPOSE_BUGFIX
}
}
# OWNER=hwangoo TARGET=25Q2
flag {
name: "perform_cross_stack_redial_check_for_emergency_call"
namespace: "telephony"
description: "This flag performs a quick cross stack redial if the subscription is being invalid and an exception occurs, while an emergency call is in progress."
bug:"389190613"
metadata {
purpose: PURPOSE_BUGFIX
}
}