Add test activiy to TestSatelliteApp for SatelliteManagerWrapper
Added test activity to enhance the ability to test public APIs run by GMS core apps
Bug: 305647534
Test: manual
1. Install SatelliteTestApp
2. run Test test satellite wrapper activity
Change-Id: I060897e63b6735b1a45bda61b2005df7820bed16
diff --git a/testapps/TestSatelliteApp/AndroidManifest.xml b/testapps/TestSatelliteApp/AndroidManifest.xml
index 4a6076b..4e9a7c1 100644
--- a/testapps/TestSatelliteApp/AndroidManifest.xml
+++ b/testapps/TestSatelliteApp/AndroidManifest.xml
@@ -45,5 +45,6 @@
<activity android:name=".Provisioning" />
<activity android:name=".MultipleSendReceive" />
<activity android:name=".SendReceive" />
+ <activity android:name=".TestSatelliteWrapper" />
</application>
</manifest>