Add NB IoT satellite test activity
Add test case for register/unregister satellite supported state callback.
Add a way to report whether satellite is supported or not from mock modem.
Test procedure
1. preset device with mock service in satellite test application
2. set region to bypass location bar.
3. provision & enable
4. get into NB IoT Satellite modem interface test menu
5. invoke register and try report button randomly and check whethere response comes as expected
6. check showCurrentSatelliteSupportedState to verify modem supported state and application supported state are aligned
Bug: 327652782
Test: manual - run as above test procedure.
Change-Id: I17fbb517fc4cebfb52592e2c313d69aa39f6b1b1
diff --git a/testapps/TestSatelliteApp/AndroidManifest.xml b/testapps/TestSatelliteApp/AndroidManifest.xml
index fb30bf3..eaddf95 100644
--- a/testapps/TestSatelliteApp/AndroidManifest.xml
+++ b/testapps/TestSatelliteApp/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ Copyright (C) 2023 The Android Open Source Project
+ ~ Copyright (C) 2024 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -46,6 +46,7 @@
<activity android:name=".Provisioning" />
<activity android:name=".MultipleSendReceive" />
<activity android:name=".SendReceive" />
+ <activity android:name=".NbIotSatellite" />
<activity android:name=".TestSatelliteWrapper" />
</application>
</manifest>