Add Satellite Pointing UI configs for Zuma Pro

See the class at http://google3/java/com/google/android/apps/scone/satellite/pointingui/ui/AndroidManifest.xml;l=8;rcl=585803067

Test: config change
Bug: 313553794
Change-Id: I82db86eb34cf42d7f10423f4f3fc9bbef7ec7b67
This commit is contained in:
Zhibin Liu 2023-11-28 13:29:20 +08:00
parent 8ea5df7cfc
commit bd2c88a8b4

View file

@ -311,6 +311,12 @@
<!-- Telephony satellite service package name to bind to by default. -->
<string name="config_satellite_service_package">com.google.android.satellite</string>
<!-- Telephony pointing UI package name to be launched. -->
<string name="config_pointing_ui_package">com.google.android.apps.scone</string>
<!-- Telephony pointing UI class name to be launched. -->
<string name="config_pointing_ui_class">com.google.android.apps.scone.satellite.pointingui.ui.PointingUiActivity</string>
<!-- Boolean indicating if restoring network selection should be skipped -->
<!-- The restoring is handled by modem if it is true -->
<bool translatable="false" name="skip_restoring_network_selection">true</bool>