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

Add support for NetworkCapabilities #487

Open
miike opened this issue Nov 11, 2021 · 1 comment
Open

Add support for NetworkCapabilities #487

miike opened this issue Nov 11, 2021 · 1 comment
Labels
type:enhancement New features or improvements to existing features.

Comments

@miike
Copy link

miike commented Nov 11, 2021

Currently NetworkInfo is being used to capture networkType which has been deprecated in API level 29.

I think it is worth considering switching to NetworkCapabilities (supported in >= API 21) as this would provide additional useful information for analysis. As this API responds with more data points we'd probably want to provide some option that the user can opt into as well as an additional Iglu schema to capture this information.

@miike miike added the type:enhancement New features or improvements to existing features. label Nov 11, 2021
@AlexBenny
Copy link
Contributor

Thanks @miike for pointing this out.
It provides very interesting data. We'll keep in mind when we plan the roadmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New features or improvements to existing features.
Projects
None yet
Development

No branches or pull requests

2 participants