-
Java.lang.UnsupportedOperationException: This method is not supported in target SDK version 23 and above
09-28 12:43:42.116 14859-16427/ com.mms.p001 W/System.err: at android.net.ConnectivityMana…
-
提示扫一扫的activity被ConnectivityManager所持有引用,ConnectivityManager实例化需要用application,但是没看到SDK在哪里使用了ConnectivityManager
-
**Describe the bug**
My app is based on single architecture activity so there for only one activity and many fragments so I initialized orb instance in activity a store its reference to ViewModel to …
-
## Describe the Feature
The entire NetworkInfo package in Android has been Deprecated in place of using ConnectivityManager.NetworkCallback in Android SDK 29
https://developer.android.com/referenc…
-
When using 'com.birbit:android-priority-jobqueue:3.0.0' and running application with approximately 300 000 users, there are approximately 3 users (**Android11**: OnePlus 8 Pro, Pixel 3, Galaxy S20 5…
-
We are getting this exception from Android 11 users on a regular basis:
```java
Caused by java.lang.SecurityException: Package android does not belong to 10273
at android.os.Parcel.createE…
-
A) Change nested ifs in all fragments to if-else-if ladder.
```
if (!ConnectionUtils.getConnectionInfo(context)) {
uiThread { networkDownHandler.onNetworkDownError(resources.getString(R.string…
-
Hey guys ,
Thanks for glorious lib,
some small problem I am trying to establish simple
hole punching, for that I have started mediator
on some server and trying to connect to it by
that code:
``…
-
```
What steps will reproduce the problem?
1. Try to get connection type (mobile or wifi) on glass.
ConnectivityManager cm = (ConnectivityManager)
getSystemService(CONNECTIVITY_SERVICE);
NetworkInfo …
-
We run into problems with the setupAndroidProxy() method.
Some providers seem to set a proxy on their 3G or LET networks. Now, if this proxy is set via setupAndroidProxy(), the request can't be sent …