commit | b239c96882bdee7dd883102a2ba95bef384adb83 | [log] [tgz] |
---|---|---|
author | Saloni <salonisen@google.com> | Mon Jul 03 12:52:29 2023 +0000 |
committer | Saloni <salonisen@google.com> | Thu Jul 27 04:39:41 2023 +0000 |
tree | 315ed72d546c4839e70f276c02708d2c8ef7dda7 | |
parent | de2cca3076a197f2c588804de3f766af08bc8852 [diff] [blame] |
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>