summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hidayat Khan <hidayatkhan@google.com> 2024-11-19 05:06:36 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-11-19 05:06:36 +0000
commit54cd1faa9040417a01240f49abac25c01b1d1bcd (patch)
tree08a45500683ffce9bfb27b78f211df4dab0e4cb0
parent10978cf61c2f6fe167bacdccd01d6ca7ed62d049 (diff)
parenta5aa7db96da52a91feb2bcec03a7e3e3a6a90734 (diff)
Merge "Enable Satellite Notifications by default in telephony config" into main
-rw-r--r--core/res/res/values/config_telephony.xml2
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>