Using compileSdkVersion 23, however trying to support as far back as 9. getNetworkInfo(int) was deprecated in 23. The suggestion was to use …
android networking android-6.0-marshmallow android-connectivitymanagerI want to use the Connectivity manager which provide the method activeNetworkInfo.type for checking the type of network in …
android kotlin deprecated android-connectivitymanagerI have broadcast receiver for "CONNECTIVITY_CHANGE". When I print the extra using this: intent.getExtras().toString() I can see …
android android-connectivitymanager networkinfoHow to get WIFI SSID in Android 9.0(PIE)? My code is working fine till android version 8.1.0 but it is not …
android android-wifi android-9.0-pie android-connectivitymanager networkinfoI am building a VoIP app.During a VoIP call when user switches between WiFi to mobile data i have …
android networking android-wifi mobile-data android-connectivitymanagerAs in Android Q, several WiFi APIs are restricted. I am trying to use alternate APIs to connect to different …
android android-wifi android-developer-api android-connectivitymanager android-10.0I came across registerDefaultNetworkCallback and registerNetworkCallback while updating my Android app for API 28. Having reviewed the documentation, I cannot find …
java android kotlin network-programming android-connectivitymanagerI am trying to send telementary data to App Center on out internal wifi network but it is not sending …
android visual-studio-app-center network-connection android-connectivitymanager