You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android Q removes access to /proc/net, which includes information about a device's network state. Apps that need access to this information, such as VPNs, should refer to the NetworkStatsManager and ConnectivityManager classes.
As a workaround, could you detect if the device is rooted and if so, acccess /proc/net with root permissions?
This way at least rooted devices with Android Q+ will be able to enjoy this app.
Android Q removes access to /proc/net, which includes information about a device's network state. Apps that need access to this information, such as VPNs, should refer to the NetworkStatsManager and ConnectivityManager classes.
https://developer.android.com/preview/privacy/data-identifiers#proc-net-filesystem
This app will not work in its current state on Android Q
The text was updated successfully, but these errors were encountered: