Grants package visibility of test apps to CtsTelephonyTests

This change ensures tests can interact with test apps and pass,
after the behavior of package visibility in the xTS is flipped.

Bug: 237739694
Test: atest CtsTelephonyTestCases
Change-Id: Ic1b6b289df2ab90f6628d3d69177e265d392fc88
Merged-In: Ic1b6b289df2ab90f6628d3d69177e265d392fc88
diff --git a/tests/tests/telephony/current/AndroidManifest.xml b/tests/tests/telephony/current/AndroidManifest.xml
index f027c29..672127c 100644
--- a/tests/tests/telephony/current/AndroidManifest.xml
+++ b/tests/tests/telephony/current/AndroidManifest.xml
@@ -271,5 +271,15 @@
         <intent>
             <action android:name="android.service.carrier.CarrierMessagingService" />
         </intent>
+        <intent>
+            <action android:name="android.telephony.cts.embmstestapp.ACTION_CONTROL_MIDDLEWARE" />
+        </intent>
+        <intent>
+            <action android:name="android.telephony.cts.locationaccessingapp.ACTION_CONTROL" />
+        </intent>
+        <package android:name="android.telephony.cts.financialsms" />
+        <package android:name="android.telephony.cts.sms" />
+        <package android:name="android.telephony.cts.sms23" />
+        <package android:name="android.telephony.cts.externalimsservice" />
     </queries>
 </manifest>