Is there a way to set android:excludeFromRecents="true"
to all activities in application instead of specifying for each activity?
Asked
Active
Viewed 266 times
0

Mangalashri
- 13
- 4
-
no, there is no such way – pskink Nov 29 '18 at 09:14
1 Answers
0
No. You can not use
android:excludeFromRecents="true"
in application tag. You have to use this property for each activity seperately. For more go to this link and see different properties only in<activity>
tag. https://developer.android.com/guide/topics/manifest/activity-element#exclude

Rishav Singla
- 485
- 4
- 10