Skip to content

Commit

Permalink
removed extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-b committed Jul 7, 2023
1 parent 409fd00 commit 428f824
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ The Android lifecycle states are defined in [Activty lifecycle callbacks](https:
| `foreground` | [2] | The app is in the foreground or otherwise active. |
| `background` | [3] | The app is in the background. |


[1] Any time before Activity.onResume() or, if the app has no Activity, Context.startService() has been called in the app for the first time
[2] Any time after Activity.onResume() or, if the app has no Activity, Context.startService() has been called when the app was in either the created or background states
[3] Any time after Activity.onPause() or, if the app has no Activity, Context.stopService() has been called when the app was in the foreground state

0 comments on commit 428f824

Please sign in to comment.