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 0766ec456c
commit 47af53049e

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>