Commit b09fce6
Clarify Android AppState background API docs (#56779)
Summary:
Syncs the in-package AppState API documentation with the Android AppState clarification added in react/react-native-website#5079.
Android AppState `background` was already documented as including another `Activity`. This clarifies that temporary system activities, such as autofill credential pickers, are included too.
## Changelog:
[GENERAL] [CHANGED] - Clarify Android AppState background API documentation.
Pull Request resolved: #56779
Test Plan:
Documentation-only change.
Verified with:
- `git diff --check`
- `prettier --check packages/react-native/Libraries/AppState/AppState.js packages/react-native/Libraries/AppState/AppState.d.ts`
Reviewed By: cortinico
Differential Revision: D104810583
Pulled By: huntie
fbshipit-source-id: 17d2ec312c65c91b8086bd382f733f3cceb4da8a1 parent 74b1a4d commit b09fce6
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments