Skip to content
Advertisement

Tag: networkstatsmanager

I am getting different startTimestamp and endtimestamp that i provided in networkstatsmanager.querydetailsforuid() method. How to solve it?

Getting different start time and end time that I am providing in NetworkStatsManager.queryDetailsForUid Here is my code snippet : I want to get application data usage in an interval of start time and end time I am calling method and passing start date and end date from calendar in milliseconds but after calling to the queryDetailsForUid() it showing some different

Advertisement