G George_G Member Licensed User Feb 22, 2024 #1 Hello everyone. I want add these two lines in my code. lvIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); lvIntent.addFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); Is there anyway to do it? Thank you in advance.
Hello everyone. I want add these two lines in my code. lvIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); lvIntent.addFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); Is there anyway to do it? Thank you in advance.
asales Expert Licensed User Longtime User Feb 22, 2024 #2 Check more information in the first result: Forum search Upvote 0
G George_G Member Licensed User Feb 22, 2024 #3 Thank you for your prompt reply. I will check it in a few minutes. Upvote 0