Snap for 12727401 from 0113deb3c7 to 25Q1-release

Change-Id: Ia3312b6a6790f8ffd227e51d43247d76964c6532
This commit is contained in:
Android Build Coastguard Worker 2024-11-29 00:04:30 +00:00
commit 41b70ceb7a
2 changed files with 6 additions and 1 deletions

View file

@ -75,6 +75,7 @@ PRODUCT_SOONG_NAMESPACES += \
hardware/google/gchips/gralloc4 \
hardware/google/graphics/common \
hardware/google/graphics/zuma \
hardware/google/graphics/zumapro/libhwc2.1 \
hardware/google/interfaces \
hardware/google/pixel \
device/google/zumapro \

View file

@ -539,6 +539,10 @@
<string name="config_satellite_carrier_roaming_non_emergency_session_class">com.google.android.apps.stargate.sessionmanager.SessionManagerReceiver_Receiver</string>
<!-- Whether to show the system notification to users whenever there is a change
in the satellite availability state at the current location. -->
in the satellite availability state at the current location. -->
<bool name="config_satellite_should_notify_availability">false</bool>
<!-- 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>
</resources>