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

Use receiver for ACTION_GNSS_ANTENNA_INFOS_CHANGED instead of registerAntennaInfoListener() #489

Closed
barbeau opened this issue Mar 4, 2021 · 2 comments
Milestone

Comments

@barbeau
Copy link
Owner

barbeau commented Mar 4, 2021

Is your feature request related to a problem? Please describe.
Looks like Android S deprecated LocationManager.registerAntennaInfoListener():
https://developer.android.com/reference/android/location/LocationManager#registerAntennaInfoListener(java.util.concurrent.Executor,%20android.location.GnssAntennaInfo.Listener)

This method was deprecated in API level S.
Prefer to use a receiver for ACTION_GNSS_ANTENNA_INFOS_CHANGED.

Describe the solution you'd like
Use receiver for antenna info on Android S

Describe alternatives you've considered
On Android S app still uses the deprecated LocationManager.registerAntennaInfoListener()

@barbeau barbeau added this to the v3.9 milestone Mar 4, 2021
@stale
Copy link

stale bot commented Jun 3, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 3, 2021
@barbeau barbeau removed the stale label Jun 3, 2021
@barbeau
Copy link
Owner Author

barbeau commented Jun 14, 2021

Looks like this documentation changed? It's not marked as deprecated anymore, and ACTION_GNSS_ANTENNA_INFOS_CHANGED is nowhere to be found...

@barbeau barbeau closed this as completed Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant