Dim jo As JavaObject
jo.InitializeStatic("android.net.TrafficStats")
Log(jo.RunMethod("getMobileRxBytes", Null))
Log(jo.RunMethod("getTotalRxBytes", Null))
The counters are reset during boot. This means that you will need to use a service that starts every hour and tracks the new values.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.