Merge "Fwk timeout for enable/disable should be greater than the max time PSS takes to enable/disable" into main

This commit is contained in:
Chinmay Dhodapkar 2024-08-20 00:40:54 +00:00 committed by Android (Google) Code Review
commit f1cf42b099

View file

@ -321,6 +321,12 @@
<!-- Telephony satellite service package name to bind to by default. -->
<string name="config_satellite_service_package">com.google.android.satellite</string>
<!-- The time duration in millis after which Telephony will stop waiting for the response of the
satellite enable request from modem, and send failure response to the client that has
requested Telephony to enable satellite.
-->
<integer name="config_wait_for_satellite_enabling_response_timeout_millis">240000</integer>
<!-- Telephony pointing UI package name to be launched. -->
<string name="config_pointing_ui_package">com.google.android.apps.scone</string>