Merge cherrypicks of ['googleplex-android-review.googlesource.com/28808128'] into 24Q3-release.

Change-Id: I54a037b3d5df94046ad2df44352cb919ad0fed4e
This commit is contained in:
Android Build Coastguard Worker 2024-08-21 00:08:26 +00:00
commit bdce5874f8

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>