• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.internal.telephony.flags"
2container: "system"
3
4# OWNER=breadley TARGET=24Q3
5flag {
6  name: "simultaneous_calling_indications"
7  namespace: "telephony"
8  description: "APIs that are used to notify simultaneous calling changes to other applications."
9  bug: "297446980"
10  is_exported: true
11}
12
13# OWNER=yomna TARGET=24Q3
14flag {
15  name: "show_call_fail_notification_for_2g_toggle"
16  namespace: "telephony"
17  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"
18  bug: "300142897"
19}
20
21# OWNER=stevestatia TARGET=24Q4
22flag {
23    name: "national_country_code_formatting_for_local_calls"
24    namespace: "telephony"
25    description: "Make requests and bug fixes for formatting local calls based on country codes easier with a more scalable solution."
26    bug: "293993310"
27    metadata {
28        purpose: PURPOSE_BUGFIX
29    }
30}
31
32# OWNER=tgunn TARGET=25Q2
33flag {
34    name: "robust_number_verification"
35    namespace: "telephony"
36    description: "Makes range matching more robust for TelephonyManager#requestNumberVerification"
37    bug:"400984263"
38    is_exported: true
39    metadata {
40        purpose: PURPOSE_BUGFIX
41    }
42}
43
44# OWNER=stevestatia TARGET=24Q4
45flag {
46    name: "remove_country_code_from_local_singapore_calls"
47    namespace: "telephony"
48    description: "Fix bug where the country code is being shown when merging in local Singapore numbers to conference calls."
49    bug:"284416645"
50    metadata {
51        purpose: PURPOSE_BUGFIX
52    }
53}
54
55# OWNER=grantmenke TARGET=25Q1
56flag {
57    name: "remap_disconnect_cause_sip_request_cancelled"
58    namespace: "telephony"
59    description: "Fix dialer UI bug by remapping disconnect CODE_SIP_REQUEST_CANCELLED to DisconnectCause.NORMAL"
60    bug: "351258918"
61    metadata {
62        purpose: PURPOSE_BUGFIX
63    }
64    is_exported: true
65}
66
67# OWNER=breadley TARGET=24Q4
68flag {
69    name: "delay_phone_account_registration"
70    namespace: "telephony"
71    description: "Fix bug where telephony would try to register for PhoneAccounts when Telecom isn't ready yet"
72    bug: "349731543"
73    metadata {
74        purpose: PURPOSE_BUGFIX
75    }
76}
77
78# OWNER=yongnamcha TARGET=25Q2
79flag {
80    name: "emergency_callback_mode_notification"
81    namespace: "telephony"
82    description: "Used to notify the emergency callback mode for call/SMS to other applications."
83    bug:"359064059"
84    is_exported: true
85}
86
87# OWNER=sewookseo TARGET=25Q2
88flag {
89    name: "pass_copied_call_state_list"
90    namespace: "telephony"
91    description: "To prevent passing the TelephonyRegistry's original instance to listeners in the same process"
92    bug:"379126049"
93    is_exported: true
94    metadata {
95        purpose: PURPOSE_BUGFIX
96    }
97}
98