Skip to content

Commit e6be24a

Browse files
Clarify Android AppState background behavior
1 parent 5c2a10d commit e6be24a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/appstate.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ AppState is frequently used to determine the intent and proper behavior when han
1313
- `background` - The app is running in the background. The user is either:
1414
- in another app
1515
- on the home screen
16-
- [Android] on another `Activity` (even if it was launched by your app)
16+
- [Android] on another `Activity`, including temporary system activities such
17+
as autofill credential pickers (even if launched by your app or the system)
1718
- [iOS] `inactive` - This is a state that occurs when transitioning between foreground & background, and during periods of inactivity such as entering the multitasking view, opening the Notification Center or in the event of an incoming call.
1819

1920
For more information, see [Apple's documentation](https://developer.apple.com/documentation/uikit/app_and_scenes/managing_your_app_s_life_cycle)

0 commit comments

Comments
 (0)