imsdroid
imsdroid copied to clipboard
When targeting Oreo or above, requestRouteToHost can not be used
bindProcessToConnectionApi8
can no longer be used because connectivityManager.requestRouteToHost
is no longer allowed, if targeting Oreo or higher.
The same with requestCellularRouteToHostApi8
and connectivityManager.startUsingNetworkFeature
This is likely to push the minimum SDK to 21
Have you find an answer to your problem? Cant upload to playstore when using >sdk 22
I just modified the source to use the new methods and target 21