Add enhanced geofencing data and satelltie access config json for Zuma Pro

Bug: 362312117
Flag: EXEMPT 'config change'
Test: Manually verified if the enhanced geofence file is working well
with the satellite_access_config.json file.

Change-Id: I9a27b9bc67dcd5d48e4487b1af973847b3a0912c
This commit is contained in:
youngtaecha 2024-11-22 22:11:02 +00:00 committed by Youngtae Cha
parent 0113deb3c7
commit 3dd14b523a
4 changed files with 164 additions and 1 deletions

View file

@ -542,6 +542,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>