Merge "Add enhanced geofencing data and satelltie access config json for Zuma Pro" into main

This commit is contained in:
Treehugger Robot 2024-12-07 00:49:10 +00:00 committed by Android (Google) Code Review
commit b88f09ef7d
4 changed files with 164 additions and 1 deletions

View file

@ -545,6 +545,9 @@
in the satellite availability state at the current location. -->
<bool name="config_satellite_should_notify_availability">false</bool>
<!-- The absolute path to the satellite config file. -->
<string name="satellite_access_config_file">/vendor/etc/telephony/satellite_access_config.json</string>
<!-- Whether to allow check message datagrams to be sent even when the satellite modem is in
not connected state. -->
<bool name="config_satellite_allow_check_message_in_not_connected">true</bool>