blob: 159d46256593397097bbfd09dd9d50a8e78f9a89 [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"
27 namespace: "telephony"
28 description: "Enable system api isWpsCallNumber. Its an utility api to check if the dialed number is for Wireless Priority Service call."
29 bug: "304272356"
Grant Menke51f02272023-11-08 10:35:56 -080030}
31
32flag {
33 name: "ensure_access_to_call_settings_is_restricted"
34 namespace: "telephony"
35 description: "Check if access to mobile network configs restricted before displaying call options"
36 bug: "309655251"
sangyundf098532023-11-13 21:41:06 +090037}
38
39flag {
40 name: "reorganize_roaming_notification"
41 namespace: "telephony"
42 description: "Reorganize conditions to show and dismiss roaming notifications."
43 bug: "310594087"
44}
45
46flag {
47 name: "dismiss_network_selection_notification_on_sim_disable"
48 namespace: "telephony"
49 description: "Fix to dismiss network selection notification when disable sim."
50 bug: "310594186"
51}
52
53flag {
54 name: "load_dds_on_create"
55 namespace: "telephony"
56 description: "Load default data subid on create in PhoneGlobals."
57 bug: "310591561"
58}
Nagendra Prasad Nagarle Basavarajub0910be2023-11-09 12:39:29 +000059
60flag {
61 name: "enable_telephony_analytics"
62 namespace: "telephony"
63 description: "Enable Telephony Analytics information of Service State , Sms and Call scenarios"
64 bug: "309896524"
65}