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:
parent
8ea5df7cfc
commit
bd2c88a8b4
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue