How can I find the data usage on a per-application basis on Android?

The following links should help you figure out how to programmatically determine the data usage per application.

You will need to implement your code to use the TraficStats API and track the number of bytes sent/received per UID (application).

Leave a Comment