Stay organized with collections
Save and categorize content based on your preferences.
public static abstract @interface
Navigator.TaskRemovedBehavior
implements
Annotation
TaskRemovedBehavior is a set of constants that may be passed to Navigator.setTaskRemovedBehavior(int) to configure how the background service responds when the user
removes away the application's task from Android's recents screen.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-07 UTC."],[[["`Navigator.TaskRemovedBehavior` defines how the navigation service behaves when the user removes the app from the recents screen."],["It offers two constants: `CONTINUE_SERVICE` (default) which keeps navigation running, and `QUIT_SERVICE` which stops it immediately."],["This behavior is controlled using `Navigator.setTaskRemovedBehavior(int)`."],["`CONTINUE_SERVICE` ensures navigation guidance, location updates, and notifications continue even after the app is removed from recents."],["`QUIT_SERVICE` immediately shuts down navigation guidance, location updates, and notifications upon app removal from recents."]]],[]]