We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bindProcessToConnectionApi8 can no longer be used because connectivityManager.requestRouteToHost is no longer allowed, if targeting Oreo or higher.
bindProcessToConnectionApi8
connectivityManager.requestRouteToHost
The same with requestCellularRouteToHostApi8 and connectivityManager.startUsingNetworkFeature
requestCellularRouteToHostApi8
connectivityManager.startUsingNetworkFeature
This is likely to push the minimum SDK to 21
The text was updated successfully, but these errors were encountered:
Have you find an answer to your problem? Cant upload to playstore when using >sdk 22
Sorry, something went wrong.
I just modified the source to use the new methods and target 21
No branches or pull requests
bindProcessToConnectionApi8
can no longer be used becauseconnectivityManager.requestRouteToHost
is no longer allowed, if targeting Oreo or higher.The same with
requestCellularRouteToHostApi8
andconnectivityManager.startUsingNetworkFeature
This is likely to push the minimum SDK to 21
The text was updated successfully, but these errors were encountered: