From 4ffc64f14b7d5f1975a711062c5f61dd05998e79 Mon Sep 17 00:00:00 2001 From: vsuryakumar Date: Mon, 30 Jan 2023 13:46:59 +0530 Subject: [PATCH] moved intent-filter from test right activity to main activity. --- app/src/main/AndroidManifest.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5aec81e..b572898 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -26,8 +26,8 @@ + android:noHistory="true" + android:theme="@style/AppTheme.NoActionBar"> @@ -38,6 +38,17 @@ android:name=".presentation.testRight.TestRightActivity" android:exported="false" android:windowSoftInputMode="adjustPan"> + + + + + + + + + @@ -45,10 +56,6 @@ - -