DO NOT MERGE "Publish CFSatelliteService in goldfish"

Bug: 273555341
Test: atest android.telephony.cts.SatelliteManagerTest

This reverts commit 3b0009afbb80281a6410b64f05917343e9b749dd.

Reason for revert: We want to support satellite in CF via vendor service stack.

Change-Id: Idd65e5c5621d01a8fb03f6ed389e7476730ffb79
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml
index 38944e7..d071317 100644
--- a/overlay/packages/services/Telephony/res/values/config.xml
+++ b/overlay/packages/services/Telephony/res/values/config.xml
@@ -17,9 +17,12 @@
 <!-- Phone app resources that may need to be customized
      for different hardware or product builds. -->
 <resources>
-      <!-- String indicating the package name of the device ImsService implementation for MMTEL. -->
+    <!-- String indicating the package name of the device ImsService implementation for MMTEL. -->
     <string name="config_ims_mmtel_package" translatable="false">org.codeaurora.ims</string>
 
     <!-- String indicating the package name of the device ImsService implementation for RCS. -->
     <string name="config_ims_rcs_package" translatable="false">com.android.service.ims</string>
+
+    <!-- String indicating the package name of the vendor satellite service implementation -->
+    <string name="config_satellite_service_package" translatable="false">com.google.android.telephony.satellite</string>
 </resources>