summaryrefslogtreecommitdiff
path: root/flags/calling.aconfig
blob: 3646f7361600269f0a15a1908cd618cdb67ddeb1 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
package: "com.android.internal.telephony.flags"
container: "system"

# OWNER=breadley TARGET=24Q3
flag {
  name: "simultaneous_calling_indications"
  namespace: "telephony"
  description: "APIs that are used to notify simultaneous calling changes to other applications."
  bug: "297446980"
  is_exported: true
}

# OWNER=yomna TARGET=24Q3
flag {
  name: "show_call_fail_notification_for_2g_toggle"
  namespace: "telephony"
  description: "Used in DisconnectCause and TelephonyConnection if a non-emergency call fails on a device with no 2G, to guard whether a user can see an updated error message reminding the 2G is disabled and potentially disrupting their call connectivity"
  bug: "300142897"
}

# OWNER=stevestatia TARGET=24Q4
flag {
    name: "national_country_code_formatting_for_local_calls"
    namespace: "telephony"
    description: "Make requests and bug fixes for formatting local calls based on country codes easier with a more scalable solution."
    bug: "293993310"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=tgunn TARGET=25Q2
flag {
    name: "robust_number_verification"
    namespace: "telephony"
    description: "Makes range matching more robust for TelephonyManager#requestNumberVerification"
    bug:"400984263"
    is_exported: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=stevestatia TARGET=24Q4
flag {
    name: "remove_country_code_from_local_singapore_calls"
    namespace: "telephony"
    description: "Fix bug where the country code is being shown when merging in local Singapore numbers to conference calls."
    bug:"284416645"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=grantmenke TARGET=25Q1
flag {
    name: "remap_disconnect_cause_sip_request_cancelled"
    namespace: "telephony"
    description: "Fix dialer UI bug by remapping disconnect CODE_SIP_REQUEST_CANCELLED to DisconnectCause.NORMAL"
    bug: "351258918"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
    is_exported: true
}

# OWNER=breadley TARGET=24Q4
flag {
    name: "delay_phone_account_registration"
    namespace: "telephony"
    description: "Fix bug where telephony would try to register for PhoneAccounts when Telecom isn't ready yet"
    bug: "349731543"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=yongnamcha TARGET=25Q2
flag {
    name: "emergency_callback_mode_notification"
    namespace: "telephony"
    description: "Used to notify the emergency callback mode for call/SMS to other applications."
    bug:"359064059"
    is_exported: true
}

# OWNER=sewookseo TARGET=25Q2
flag {
    name: "pass_copied_call_state_list"
    namespace: "telephony"
    description: "To prevent passing the TelephonyRegistry's original instance to listeners in the same process"
    bug:"379126049"
    is_exported: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}