Changes in 127, added HBTest screen option

This commit is contained in:
chandrashekhar reddy
2024-09-11 17:11:53 +05:30
parent 30df9732a7
commit cf429b4fc3
10 changed files with 845 additions and 21 deletions

View File

@@ -74,6 +74,10 @@
android:name="com.example.hpostesting.presentation.diagnostics.DiagnosticsActivity"
android:exported="false"
android:theme="@style/Theme.HPOS.NoActionBar" />
<activity
android:name="com.example.hpostesting.presentation.hb_test.HBTestActivity"
android:exported="false"
android:theme="@style/Theme.HPOS.NoActionBar" />
<activity
android:name="com.example.hpostesting.presentation.autodac.AutoDacActivity"
android:exported="false"