imsdroid icon indicating copy to clipboard operation
imsdroid copied to clipboard

When targeting Oreo or above, requestRouteToHost can not be used

Open behelit opened this issue 6 years ago • 2 comments

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

behelit avatar Mar 21 '18 23:03 behelit

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

honeynatividad avatar May 30 '18 03:05 honeynatividad

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

behelit avatar May 31 '18 06:05 behelit