I need to get data usage statistics for last month.
Is there any way to calculate data usage date wise in android?
I used TrafficStats class for getting data usage but it gives me all data usage of device by the given UID since device boot.
I need to get data usage statistics for last month.
Is there any way to calculate data usage date wise in android?
I used TrafficStats class for getting data usage but it gives me all data usage of device by the given UID since device boot.