Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installModes: implement new ON_NEXT_SUSPEND install mode #770

Merged
merged 4 commits into from
Apr 11, 2017
Merged

installModes: implement new ON_NEXT_SUSPEND install mode #770

merged 4 commits into from
Apr 11, 2017

Conversation

sergey-akhalkov
Copy link
Contributor

Restart the app while it is in the background, but only after it has been in the background for minimumBackgroundDuration seconds (0 by default), so that user context isn't lost unless the app suspension is long enough to not matter.

Relates to #366

Restart the app _while_ it is in the background, but only after it has been in the background for "minimumBackgroundDuration" seconds (0 by default), so that user context isn't lost unless the app suspension is long enough to not matter.
@msftclas
Copy link

@sergey-akhalkov,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

@richardhuaaa
Copy link
Contributor

@BretJohnson - could you review this PR?

@richardhuaaa
Copy link
Contributor

@BretJohnson just a friendly ping!

Copy link
Member

@BretJohnson BretJohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Sorry for the delayed approval. Thanks for adding this, Sergey.

@sergey-akhalkov sergey-akhalkov merged commit 54351db into microsoft:master Apr 11, 2017
@sergey-akhalkov
Copy link
Contributor Author

@BretJohnson, no problem, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants