Add geofencing configs for Zuma Pro
Bug: 322044968 Bug: 321712825 Test: config change Change-Id: I63a2bab8f1dcb5b12276adff7209a9a2a7aa0317
This commit is contained in:
parent
d85d0e499f
commit
ed6dd51cd6
3 changed files with 14 additions and 0 deletions
|
@ -1165,6 +1165,10 @@ endif
|
|||
|
||||
SUPPORT_VENDOR_SATELLITE_SERVICE := true
|
||||
|
||||
# Telephony satellite geofence data file
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/zumapro/telephony/sats2.dat:$(TARGET_COPY_OUT_VENDOR)/etc/telephony/sats2.dat
|
||||
|
||||
# Touch service
|
||||
include hardware/google/pixel/input/twoshay.mk
|
||||
|
||||
|
|
|
@ -425,4 +425,14 @@
|
|||
|
||||
<!-- Telephony satellite gateway service package name to bind to by default. -->
|
||||
<string name="config_satellite_gateway_service_package">com.google.android.apps.stargate</string>
|
||||
|
||||
<!-- List of country codes where oem-enabled satellite services are either allowed or disallowed
|
||||
by the device. Each country code is a lowercase 2 character ISO-3166-1 alpha-2. -->
|
||||
<string-array name="config_oem_enabled_satellite_country_codes">
|
||||
<item>US</item>
|
||||
</string-array>
|
||||
|
||||
<!-- The file storing S2-cell-based satellite access restriction of the countries defined by
|
||||
config_oem_enabled_satellite_countries. -->
|
||||
<string name="config_oem_enabled_satellite_s2cell_file">/vendor/etc/telephony/sats2.dat</string>
|
||||
</resources>
|
||||
|
|
BIN
telephony/sats2.dat
Normal file
BIN
telephony/sats2.dat
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue