Skip to content

Commit 2ad7c47

Browse files
Ayyanchiratnortman-jabra
authored andcommitted
Ensure IterableTrampolineActivity always launched (#553) (#618)
- Ensure IterableTrampolineActivity always launched to handle all notifications - Reverts back to launchMode="singleInstance" to ensure that the activity is always launched - Use excludeFromRecents="true" to ensure that the activity is not shown in the recent apps list Co-authored-by: Tim Nortman <127145354+tnortman-jabra@users.noreply.github.com>
1 parent 275c4f1 commit 2ad7c47

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)