summaryrefslogtreecommitdiff
path: root/flags/domainselection.aconfig
blob: 88a6e9e1e6f86148701f54e9c3abaf1409f39161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
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
    }
}