0

I need to get the approximately precise data count for Rx and Tx between two timestamps. The granularity should be here minutes, e.g daily summaries are not sufficient. Is this information logged in Android? I first thought about implementing a VpnService to handle this, but I also found NetworkStatsManager#querySummaryForDevice. Can this method summarize the data usage to my needs? How does Android store internally the data consumption? If it is just a summed up counter, this would not fit my purpose.

k_o_
  • 5,143
  • 1
  • 34
  • 43

0 Answers0