add test jig screen

This commit is contained in:
Pritimay Sarkar
2024-02-13 14:30:21 +05:30
parent 830eb525fd
commit 6afee91d27
8 changed files with 578 additions and 2 deletions

View File

@@ -48,6 +48,11 @@
android:name="com.example.hpostesting.presentation.autodac.AutoDacActivity"
android:exported="false"
android:theme="@style/Theme.HPOS.NoActionBar" />
<activity
android:name="com.example.hpostesting.presentation.jig.JigActivity"
android:exported="false"
android:screenOrientation="landscape"
android:theme="@style/Theme.HPOS.NoActionBar" />
<activity
android:name="com.example.hpostesting.presentation.deviceprovision.DeviceProvisionActivity"
android:exported="false"