Thomas Stuart | 2a5027a | 2023-09-15 16:18:39 -0700 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
| 2 | |
| 3 | flag { |
| 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 Nguyen | faeb40a | 2023-10-04 15:53:41 -0700 | [diff] [blame] | 9 | } |
| 10 | |
| 11 | flag { |
| 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 Malipatil | 06b34ac | 2023-10-25 15:28:42 +0000 | [diff] [blame] | 16 | } |
| 17 | |
| 18 | flag { |
Thomas Stuart | 13fbcf7 | 2023-11-09 16:51:39 -0800 | [diff] [blame] | 19 | 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 | |
| 25 | flag { |
Avinash Malipatil | 06b34ac | 2023-10-25 15:28:42 +0000 | [diff] [blame] | 26 | 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 Menke | 51f0227 | 2023-11-08 10:35:56 -0800 | [diff] [blame] | 30 | } |
| 31 | |
| 32 | flag { |
| 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" |
sangyun | df09853 | 2023-11-13 21:41:06 +0900 | [diff] [blame] | 37 | } |
| 38 | |
| 39 | flag { |
| 40 | name: "reorganize_roaming_notification" |
| 41 | namespace: "telephony" |
| 42 | description: "Reorganize conditions to show and dismiss roaming notifications." |
| 43 | bug: "310594087" |
| 44 | } |
| 45 | |
| 46 | flag { |
| 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 | |
| 53 | flag { |
Nagendra Prasad Nagarle Basavaraju | b0910be | 2023-11-09 12:39:29 +0000 | [diff] [blame] | 54 | name: "enable_telephony_analytics" |
| 55 | namespace: "telephony" |
| 56 | description: "Enable Telephony Analytics information of Service State , Sms and Call scenarios" |
| 57 | bug: "309896524" |
| 58 | } |
rambowang | 33b7f28 | 2023-11-28 14:47:09 -0600 | [diff] [blame] | 59 | |
| 60 | flag { |
| 61 | name: "show_call_id_and_call_waiting_in_additional_settings_menu" |
| 62 | namespace: "telephony" |
| 63 | description: "Expose carrier config KEY_ADDITIONAL_SETTINGS_CALLER_ID_VISIBILITY_BOOL and KEY_ADDITIONAL_SETTINGS_CALL_WAITING_VISIBILITY_BOOL." |
| 64 | bug: "310264981" |
| 65 | } |
rambowang | 155c90b | 2023-11-29 14:21:45 -0600 | [diff] [blame] | 66 | |
| 67 | flag { |
| 68 | name: "reset_mobile_network_settings" |
| 69 | namespace: "telephony" |
| 70 | description: "Allows applications to launch Reset Mobile Network Settings page in Settings app." |
| 71 | bug:"271921464" |
| 72 | } |
rambowang | 92380d7 | 2024-02-21 10:11:28 -0600 | [diff] [blame] | 73 | |
| 74 | flag { |
| 75 | name: "fix_crash_on_getting_config_when_phone_is_gone" |
| 76 | namespace: "telephony" |
| 77 | description: "Fix VCN crash when calling CarrierConfigManager.getConfigForSubId while phone process has gone." |
| 78 | bug:"319791612" |
| 79 | metadata { |
| 80 | purpose: PURPOSE_BUGFIX |
| 81 | } |
| 82 | } |
Rambo Wang | a05763e | 2024-02-22 22:35:00 +0000 | [diff] [blame^] | 83 | |
| 84 | flag { |
| 85 | name: "add_anomaly_when_notify_config_changed_with_invalid_phone" |
| 86 | namespace: "telephony" |
| 87 | description: "Report anomaly when CarrierConfigLoader received config change with sub that maps to invalid phoneId" |
| 88 | bug:"270757342" |
| 89 | metadata { |
| 90 | purpose: PURPOSE_BUGFIX |
| 91 | } |
| 92 | } |