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

Update to better support Android Oreo+ #53

Closed
zello-eugene opened this issue Dec 2, 2020 · 1 comment
Closed

Update to better support Android Oreo+ #53

zello-eugene opened this issue Dec 2, 2020 · 1 comment
Assignees

Comments

@zello-eugene
Copy link
Contributor

zello-eugene commented Dec 2, 2020

The SDK uses Context.startService to start the Zello app service which doesn't always work when the app is not running in the foreground. Context.startForegroundService is more suitable with Zello app 4.101.2+ because starting the service in foreground mode is properly supported by it, but Context.startForegroundService is not safe to use with older releases. Once the Zello app provides a way to identify whether it properly supports Context.startForegroundService (perhaps by adding a meta data tag to it manifest), make use of it.

@zello-eugene
Copy link
Contributor Author

zello-eugene commented May 2, 2023

We chose to forgo implementing of any sorts of checking of the version of the Zello app. v4.101 has been retired a long time ago and most devices should be switched to 5.0+ by now.

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

No branches or pull requests

1 participant