diff options
| author | 2024-11-19 05:06:36 +0000 | |
|---|---|---|
| committer | 2024-11-19 05:06:36 +0000 | |
| commit | 54cd1faa9040417a01240f49abac25c01b1d1bcd (patch) | |
| tree | 08a45500683ffce9bfb27b78f211df4dab0e4cb0 | |
| parent | 10978cf61c2f6fe167bacdccd01d6ca7ed62d049 (diff) | |
| parent | a5aa7db96da52a91feb2bcec03a7e3e3a6a90734 (diff) | |
Merge "Enable Satellite Notifications by default in telephony config" into main
| -rw-r--r-- | core/res/res/values/config_telephony.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config_telephony.xml b/core/res/res/values/config_telephony.xml index 4ec27a31df8c..6378d5a6adce 100644 --- a/core/res/res/values/config_telephony.xml +++ b/core/res/res/values/config_telephony.xml @@ -484,7 +484,7 @@ <!-- Whether to show the system notification to users whenever there is a change in the satellite availability state at the current location. --> - <bool name="config_satellite_should_notify_availability">false</bool> + <bool name="config_satellite_should_notify_availability">true</bool> <java-symbol type="bool" name="config_satellite_should_notify_availability" /> </resources> |