app version 131, remote config removed,default classification values updated

This commit is contained in:
chandrashekhar reddy
2025-01-17 17:27:50 +05:30
parent a72bd3d59e
commit 9183216cfe
45 changed files with 360 additions and 821 deletions

View File

@@ -44,7 +44,7 @@
android:theme="@style/Theme.HPOSTesting"
tools:targetApi="31">
<activity
android:name="com.example.hpostesting.presentation.dashboard.UpdateValuesActivity"
android:name="com.example.hpostesting.presentation.main_base.UpdateValuesActivity"
android:exported="false"
android:screenOrientation="portrait"/>
@@ -62,7 +62,7 @@
</service>
<activity
android:name="com.example.hpostesting.presentation.dashboard.ui.PasswordResetActivity"
android:name="com.example.hpostesting.presentation.main_base.ui.PasswordResetActivity"
android:exported="false"
android:screenOrientation="portrait" />
<activity
@@ -74,7 +74,7 @@
android:exported="false"
android:theme="@style/Theme.HPOS.NoActionBar" />
<activity
android:name="com.example.hpostesting.presentation.hemocube.DigitalCardActivity"
android:name="com.example.hpostesting.presentation.trueheme_test.DigitalCardActivity"
android:exported="false" />
<activity
android:name="com.example.hpostesting.presentation.diagnostics.DiagnosticsActivity"
@@ -106,7 +106,7 @@
android:screenOrientation="portrait"
android:theme="@style/Theme.HPOS.NoActionBar" />
<activity
android:name="com.example.hpostesting.presentation.hemocube.HemocubeActivity"
android:name="com.example.hpostesting.presentation.trueheme_test.TrueHemeTestActivity"
android:exported="false"
android:noHistory="true"
android:parentActivityName="com.example.hpostesting.presentation.MainActivity"
@@ -133,7 +133,7 @@
android:noHistory="true"
android:theme="@style/Theme.HPOS.NoActionBar" />
<activity
android:name="com.example.hpostesting.presentation.dashboard.DashboardActivity"
android:name="com.example.hpostesting.presentation.main_base.DashboardActivity"
android:exported="true"
android:label="@string/title_activity_dashboard"
android:screenOrientation="portrait"