I am replacing Webview with Chrome CustomTab in android application, using ConnectivityManager class i was able to send traffic though 4G/ Mobile Network in Webview.
Something similar to this post- How to use 3G Connection in Android Application instead of Wi-fi?
Now when using Custom Chrome TAB i want to do same - ConnectivityManager switches network to MOBILE network before making network call, but looks like same approach is not doing our work.
Appreciate your help here.
Thanks