Avoid Custom Chrome tab to appear as recent activity.

This commit is contained in:
Benoit Marty
2023-04-24 15:21:39 +02:00
committed by Benoit Marty
parent af0eab6f0c
commit 09c2452d57

View File

@@ -33,7 +33,7 @@
android:name=".MainActivity"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|uiMode"
android:exported="true"
android:launchMode="singleInstance"
android:launchMode="singleTop"
android:theme="@style/Theme.ElementX.Splash"
android:windowSoftInputMode="adjustResize">
<intent-filter>