add auto dac

This commit is contained in:
Pritimay Sarkar
2024-01-04 01:11:30 +05:30
parent 9e88bf9109
commit 6d4adbc222
14 changed files with 630 additions and 5 deletions

View File

@@ -37,7 +37,12 @@
android:exported="false" />
<activity
android:name="com.example.hpostesting.presentation.diagnostics.DiagnosticsActivity"
android:exported="false" />
android:exported="false"
android:theme="@style/Theme.HPOS.NoActionBar"/>
<activity
android:name="com.example.hpostesting.presentation.autodac.AutoDacActivity"
android:exported="false"
android:theme="@style/Theme.HPOS.NoActionBar" />
<activity
android:name="com.example.hpostesting.presentation.hemocube.HemocubeActivity"
android:exported="false"