Add taskAffinity

This commit is contained in:
Alex Gabor 2022-04-20 16:39:01 +03:00
parent e6c82af3d7
commit 46389aea77

View file

@ -28,6 +28,7 @@
<activity
android:name="org.fnives.test.showcase.compose.ComposeActivity"
android:configChanges="colorMode|density|fontScale|fontWeightAdjustment|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode"
android:taskAffinity="org.fnives.test.showcase.compose"
android:icon="@mipmap/ic_compose_launcher"
android:roundIcon="@mipmap/ic_compose_launcher_round"
android:label="@string/app_name_compose"