Skip to content

Commit

Permalink
fix(android): Updated code comments for [TIMOB-27271] change
Browse files Browse the repository at this point in the history
  • Loading branch information
jquick-axway committed Aug 14, 2019
1 parent ee3bbf4 commit 66c6f56
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,8 @@ public static boolean isScriptRunning()
/**
* Determine if an existing activity can be resumed with the given intent via startActivity() method.
* <p>
* For example, intent flags such as "FLAG_ACTIVITY_MULTIPLE_TASK" always creates a new activity instance
* even if an existing activity for that activity already exists.
* For example, an intent flag such as "FLAG_ACTIVITY_MULTIPLE_TASK" always creates a new activity instance
* even if an existing activity with a matching intent already exists. This makes resumes impossible.
* @param intent The intent to be checked. Can be null.
* @return
* Returns true if an activity can be resumed based on given intent's flags.
Expand Down

0 comments on commit 66c6f56

Please sign in to comment.