Enhancement for Satellite TestApp

Need to to have a simpler process to test send and receive.

Bug: 287566047
Test: mm
Change-Id: Ib13351386110d23481270b175b85806d2a458f7d
diff --git a/testapps/TestSatelliteApp/AndroidManifest.xml b/testapps/TestSatelliteApp/AndroidManifest.xml
index 40954b4..4a6076b 100644
--- a/testapps/TestSatelliteApp/AndroidManifest.xml
+++ b/testapps/TestSatelliteApp/AndroidManifest.xml
@@ -44,5 +44,6 @@
         <activity android:name=".Datagram" />
         <activity android:name=".Provisioning" />
         <activity android:name=".MultipleSendReceive" />
+        <activity android:name=".SendReceive" />
     </application>
 </manifest>