blob: c9816b9789f37a1b402b7e41d557915ed0a2485c [file] [log] [blame]
Thomas Stuart2a5027a2023-09-15 16:18:39 -07001package: "com.android.internal.telephony.flags"
2
3flag {
4 name: "do_not_override_precise_label"
5 namespace: "telephony"
6 description: "When set, Telecom will not override the precise label for certain disconnect causes."
7 bug: "296968778"
8 is_fixed_read_only: true
Thomas Nguyenfaeb40a2023-10-04 15:53:41 -07009}
10
11flag {
12 name: "log_mms_sms_database_access_info"
13 namespace: "telephony"
14 description: "Whether to log MMS/SMS database access info and report anomaly when getting exception."
15 bug: "275225402"
Avinash Malipatil06b34ac2023-10-25 15:28:42 +000016}
17
18flag {
Thomas Stuart13fbcf72023-11-09 16:51:39 -080019 name: "stop_spamming_emergency_notification"
20 namespace: "telephony"
21 description: "When set, the no wifi emergency calling availability notif will have a do not ask again button"
22 bug: "275225402"
23}
24
25flag {
Avinash Malipatil06b34ac2023-10-25 15:28:42 +000026 name: "enable_wps_check_api_flag"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000027 is_exported: true
Avinash Malipatil06b34ac2023-10-25 15:28:42 +000028 namespace: "telephony"
29 description: "Enable system api isWpsCallNumber. Its an utility api to check if the dialed number is for Wireless Priority Service call."
30 bug: "304272356"
Grant Menke51f02272023-11-08 10:35:56 -080031}
32
33flag {
34 name: "ensure_access_to_call_settings_is_restricted"
35 namespace: "telephony"
36 description: "Check if access to mobile network configs restricted before displaying call options"
37 bug: "309655251"
sangyundf098532023-11-13 21:41:06 +090038}
39
40flag {
41 name: "reorganize_roaming_notification"
42 namespace: "telephony"
43 description: "Reorganize conditions to show and dismiss roaming notifications."
44 bug: "310594087"
45}
46
47flag {
48 name: "dismiss_network_selection_notification_on_sim_disable"
49 namespace: "telephony"
50 description: "Fix to dismiss network selection notification when disable sim."
51 bug: "310594186"
52}
53
54flag {
Nagendra Prasad Nagarle Basavarajub0910be2023-11-09 12:39:29 +000055 name: "enable_telephony_analytics"
56 namespace: "telephony"
57 description: "Enable Telephony Analytics information of Service State , Sms and Call scenarios"
58 bug: "309896524"
59}
rambowang33b7f282023-11-28 14:47:09 -060060
61flag {
62 name: "show_call_id_and_call_waiting_in_additional_settings_menu"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000063 is_exported: true
rambowang33b7f282023-11-28 14:47:09 -060064 namespace: "telephony"
65 description: "Expose carrier config KEY_ADDITIONAL_SETTINGS_CALLER_ID_VISIBILITY_BOOL and KEY_ADDITIONAL_SETTINGS_CALL_WAITING_VISIBILITY_BOOL."
66 bug: "310264981"
67}
rambowang155c90b2023-11-29 14:21:45 -060068
69flag {
70 name: "reset_mobile_network_settings"
Oriol Prieto Gasco9db3ede2024-03-01 16:52:43 +000071 is_exported: true
rambowang155c90b2023-11-29 14:21:45 -060072 namespace: "telephony"
73 description: "Allows applications to launch Reset Mobile Network Settings page in Settings app."
74 bug:"271921464"
75}
rambowang92380d72024-02-21 10:11:28 -060076
77flag {
78 name: "fix_crash_on_getting_config_when_phone_is_gone"
79 namespace: "telephony"
80 description: "Fix VCN crash when calling CarrierConfigManager.getConfigForSubId while phone process has gone."
81 bug:"319791612"
82 metadata {
83 purpose: PURPOSE_BUGFIX
84 }
85}
Rambo Wanga05763e2024-02-22 22:35:00 +000086
87flag {
88 name: "add_anomaly_when_notify_config_changed_with_invalid_phone"
89 namespace: "telephony"
90 description: "Report anomaly when CarrierConfigLoader received config change with sub that maps to invalid phoneId"
91 bug:"270757342"
92 metadata {
93 purpose: PURPOSE_BUGFIX
94 }
95}