Thomas Stuart | 2a5027a | 2023-09-15 16:18:39 -0700 | [diff] [blame] | 1 | package: "com.android.internal.telephony.flags" |
| 2 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 3 | # OWNER=tjstuart TARGET=24Q3 |
Thomas Stuart | 2a5027a | 2023-09-15 16:18:39 -0700 | [diff] [blame] | 4 | flag { |
| 5 | name: "do_not_override_precise_label" |
| 6 | namespace: "telephony" |
| 7 | description: "When set, Telecom will not override the precise label for certain disconnect causes." |
| 8 | bug: "296968778" |
| 9 | is_fixed_read_only: true |
Thomas Nguyen | faeb40a | 2023-10-04 15:53:41 -0700 | [diff] [blame] | 10 | } |
| 11 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 12 | # OWNER=tnd TARGET=24Q1 |
Thomas Nguyen | faeb40a | 2023-10-04 15:53:41 -0700 | [diff] [blame] | 13 | flag { |
| 14 | name: "log_mms_sms_database_access_info" |
| 15 | namespace: "telephony" |
| 16 | description: "Whether to log MMS/SMS database access info and report anomaly when getting exception." |
| 17 | bug: "275225402" |
Avinash Malipatil | 06b34ac | 2023-10-25 15:28:42 +0000 | [diff] [blame] | 18 | } |
| 19 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 20 | # OWNER=tjstuart TARGET=24Q3 |
Avinash Malipatil | 06b34ac | 2023-10-25 15:28:42 +0000 | [diff] [blame] | 21 | flag { |
Thomas Stuart | 13fbcf7 | 2023-11-09 16:51:39 -0800 | [diff] [blame] | 22 | name: "stop_spamming_emergency_notification" |
| 23 | namespace: "telephony" |
| 24 | description: "When set, the no wifi emergency calling availability notif will have a do not ask again button" |
| 25 | bug: "275225402" |
| 26 | } |
| 27 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 28 | # OWNER=avinashmp TARGET=24Q3 |
Thomas Stuart | 13fbcf7 | 2023-11-09 16:51:39 -0800 | [diff] [blame] | 29 | flag { |
Avinash Malipatil | 06b34ac | 2023-10-25 15:28:42 +0000 | [diff] [blame] | 30 | name: "enable_wps_check_api_flag" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 31 | is_exported: true |
Avinash Malipatil | 06b34ac | 2023-10-25 15:28:42 +0000 | [diff] [blame] | 32 | namespace: "telephony" |
| 33 | description: "Enable system api isWpsCallNumber. Its an utility api to check if the dialed number is for Wireless Priority Service call." |
| 34 | bug: "304272356" |
Grant Menke | 51f0227 | 2023-11-08 10:35:56 -0800 | [diff] [blame] | 35 | } |
| 36 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 37 | # OWNER=grantmenke TARGET=24Q3 |
Grant Menke | 51f0227 | 2023-11-08 10:35:56 -0800 | [diff] [blame] | 38 | flag { |
| 39 | name: "ensure_access_to_call_settings_is_restricted" |
| 40 | namespace: "telephony" |
| 41 | description: "Check if access to mobile network configs restricted before displaying call options" |
| 42 | bug: "309655251" |
sangyun | df09853 | 2023-11-13 21:41:06 +0900 | [diff] [blame] | 43 | } |
| 44 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 45 | # OWNER=sangyun TARGET=24Q2 |
sangyun | df09853 | 2023-11-13 21:41:06 +0900 | [diff] [blame] | 46 | flag { |
| 47 | name: "reorganize_roaming_notification" |
| 48 | namespace: "telephony" |
| 49 | description: "Reorganize conditions to show and dismiss roaming notifications." |
| 50 | bug: "310594087" |
| 51 | } |
| 52 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 53 | # OWNER=sangyun TARGET=24Q2 |
sangyun | df09853 | 2023-11-13 21:41:06 +0900 | [diff] [blame] | 54 | flag { |
| 55 | name: "dismiss_network_selection_notification_on_sim_disable" |
| 56 | namespace: "telephony" |
| 57 | description: "Fix to dismiss network selection notification when disable sim." |
| 58 | bug: "310594186" |
| 59 | } |
| 60 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 61 | # OWNER=nagendranb TARGET=24Q3 |
sangyun | df09853 | 2023-11-13 21:41:06 +0900 | [diff] [blame] | 62 | flag { |
Nagendra Prasad Nagarle Basavaraju | b0910be | 2023-11-09 12:39:29 +0000 | [diff] [blame] | 63 | name: "enable_telephony_analytics" |
| 64 | namespace: "telephony" |
| 65 | description: "Enable Telephony Analytics information of Service State , Sms and Call scenarios" |
| 66 | bug: "309896524" |
| 67 | } |
rambowang | 33b7f28 | 2023-11-28 14:47:09 -0600 | [diff] [blame] | 68 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 69 | # OWNER=rambowang TARGET=24Q3 |
rambowang | 33b7f28 | 2023-11-28 14:47:09 -0600 | [diff] [blame] | 70 | flag { |
| 71 | name: "show_call_id_and_call_waiting_in_additional_settings_menu" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 72 | is_exported: true |
rambowang | 33b7f28 | 2023-11-28 14:47:09 -0600 | [diff] [blame] | 73 | namespace: "telephony" |
| 74 | description: "Expose carrier config KEY_ADDITIONAL_SETTINGS_CALLER_ID_VISIBILITY_BOOL and KEY_ADDITIONAL_SETTINGS_CALL_WAITING_VISIBILITY_BOOL." |
| 75 | bug: "310264981" |
| 76 | } |
rambowang | 155c90b | 2023-11-29 14:21:45 -0600 | [diff] [blame] | 77 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 78 | # OWNER=rambowang TARGET=24Q3 |
rambowang | 155c90b | 2023-11-29 14:21:45 -0600 | [diff] [blame] | 79 | flag { |
| 80 | name: "reset_mobile_network_settings" |
Oriol Prieto Gasco | 9db3ede | 2024-03-01 16:52:43 +0000 | [diff] [blame] | 81 | is_exported: true |
rambowang | 155c90b | 2023-11-29 14:21:45 -0600 | [diff] [blame] | 82 | namespace: "telephony" |
| 83 | description: "Allows applications to launch Reset Mobile Network Settings page in Settings app." |
| 84 | bug:"271921464" |
| 85 | } |
rambowang | 92380d7 | 2024-02-21 10:11:28 -0600 | [diff] [blame] | 86 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 87 | # OWNER=rambowang TARGET=24Q3 |
rambowang | 92380d7 | 2024-02-21 10:11:28 -0600 | [diff] [blame] | 88 | flag { |
| 89 | name: "fix_crash_on_getting_config_when_phone_is_gone" |
| 90 | namespace: "telephony" |
| 91 | description: "Fix VCN crash when calling CarrierConfigManager.getConfigForSubId while phone process has gone." |
| 92 | bug:"319791612" |
| 93 | metadata { |
| 94 | purpose: PURPOSE_BUGFIX |
| 95 | } |
| 96 | } |
Rambo Wang | a05763e | 2024-02-22 22:35:00 +0000 | [diff] [blame] | 97 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 98 | # OWNER=rambowang TARGET=24Q3 |
Rambo Wang | a05763e | 2024-02-22 22:35:00 +0000 | [diff] [blame] | 99 | flag { |
| 100 | name: "add_anomaly_when_notify_config_changed_with_invalid_phone" |
| 101 | namespace: "telephony" |
| 102 | description: "Report anomaly when CarrierConfigLoader received config change with sub that maps to invalid phoneId" |
| 103 | bug:"270757342" |
| 104 | metadata { |
| 105 | purpose: PURPOSE_BUGFIX |
| 106 | } |
| 107 | } |
Rambo Wang | a09e3f9 | 2024-03-15 01:34:53 +0000 | [diff] [blame] | 108 | |
Steve Statia | 51089d4 | 2024-03-15 22:07:25 +0000 | [diff] [blame] | 109 | # OWNER=rambowang TARGET=24Q3 |
Rambo Wang | a09e3f9 | 2024-03-15 01:34:53 +0000 | [diff] [blame] | 110 | flag { |
| 111 | name: "hide_preinstalled_carrier_app_at_most_once" |
| 112 | namespace: "telephony" |
| 113 | description: "Fix bug when preloaded carrier app is uninstalled and lose provisioning data" |
| 114 | bug:"158028151" |
| 115 | metadata { |
| 116 | purpose: PURPOSE_BUGFIX |
| 117 | } |
| 118 | } |