-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Android] Remove AndroidServiceStartType
and update docs
#2481
base: master
Are you sure you want to change the base?
[Android] Remove AndroidServiceStartType
and update docs
#2481
Conversation
Seems the CI is failing because the example app is still using the old plugin syntax. I can open a PR for that sometime soon |
Looks good to me 👍 |
fixed in here |
Wait, I think we shouldn't remove the If a value has to be hard-coded, it should be the |
See #2479 for details on why this was needed (the option wasn't doing anything to begin with)
Fixes #2479
Fixes #2446
Fixes #2298
Fixes #2407