Skip to content

Commit

Permalink
remove app from recents upon quit (related #55)
Browse files Browse the repository at this point in the history
Signed-off-by: VishnuSanal <[email protected]>
  • Loading branch information
VishnuSanal committed Dec 15, 2023
1 parent f1a7905 commit 4271ccb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,11 @@ public void onRequestPermissionsResult(
}
}

@Override
public void finish() {
super.finishAndRemoveTask();
}

private void initTasks(Intent intent) {

Log.e("vishnu", "initTasks Intent#getAction: " + intent.getAction());
Expand Down

0 comments on commit 4271ccb

Please sign in to comment.