Skip to content

Commit 012471a

Browse files
authored
Merge 40cdbd9 into f479175
2 parents f479175 + 40cdbd9 commit 012471a

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)