Viratsinh Parmar
Lurker
I want to calculate data usage in android application for LTE and Wi-Fi data usage. For that my current implementation is using TraficStats API from android. I am not getting accurate data from this. Also let me know which are the other scenarios where TraficStats not giving accurate data. In case if I want to Use NetworkStatsManager, It will asking data usage permission, which need to be enabled by user that I don't want to use. Kindly suggest.