-
Notifications
You must be signed in to change notification settings - Fork 392
Description
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 5G - NO rooted phone) having following issue just after they install application and trying to initialize com.birbit.android.jobqueue.network jobqueue
Caused by java.lang.SecurityException: Package android does not belong to 10284
at android.os.Parcel.createExceptionOrNull(Parcel.java:2373)
at android.os.Parcel.createException(Parcel.java:2357)
at android.os.Parcel.readException(Parcel.java:2340)
at android.os.Parcel.readException(Parcel.java:2282)
at android.net.IConnectivityManager$Stub$Proxy.listenForNetwork(IConnectivityManager.java:3609)
at android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:3685)
at android.net.ConnectivityManager.registerNetworkCallback(ConnectivityManager.java:4079)
at android.net.ConnectivityManager.registerNetworkCallback(ConnectivityManager.java:4049)
at com.birbit.android.jobqueue.network.NetworkUtilImpl.listenNetworkViaConnectivityManager(NetworkUtilImpl.java:47)
at com.birbit.android.jobqueue.network.NetworkUtilImpl.(NetworkUtilImpl.java:28)
at com.birbit.android.jobqueue.config.Configuration$Builder.build(Configuration.java:462)
Any idea what's the reason for this crash?