DoubangoTelecom / imsdroid

High Quality Video SIP/IMS client for Google Android
https://doubango.org
Other
294 stars 168 forks source link

When targeting Oreo or above, requestRouteToHost can not be used #611

Open behelit opened 6 years ago

behelit commented 6 years ago

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

honeynatividad commented 6 years ago

Have you find an answer to your problem? Cant upload to playstore when using >sdk 22

behelit commented 6 years ago

I just modified the source to use the new methods and target 21