Skip to content

Commit 907016a

Browse files
Merge dc664c6 into 62ac73e
2 parents 62ac73e + dc664c6 commit 907016a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iterableapi/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
<activity
2626
android:name=".IterableTrampolineActivity"
2727
android:exported="false"
28-
android:launchMode="singleTop"
28+
android:launchMode="singleInstance"
29+
android:excludeFromRecents="true"
2930
android:theme="@style/TrampolineActivity.Transparent"/>
3031
</application>
3132

0 commit comments

Comments
 (0)