Assigned
Status Update
Comments
vi...@google.com <vi...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
- Provide a website URL, to the relevant document where you are observing the issue.
Description
There is a sentence "Using onStop() instead of onPause() means that UI-related work continues, even when the user is viewing your activity in multi-window mode" that is misleading, since if you were to use `onStop()`, your activity would be in the background and not visible.
Could it be that the right statement is otherwise:
"Using onPause() instead of onStop() means that UI-related work continues, even when the user is viewing your activity in multi-window mode"?