Does someone know a way to get only the GPRS data usage (excluding Wifi data) programmatically?
RadioInfo.getNumberOfPacketsReceived()
and
RadioInfo.getNumberOfPacketsSent()
methods return the total data received and sent. But I want to get GPRS data received and sent(optionally Wifi data count).
A sample application called miniMoni seems to do this. But I could find any code sample for this task. Please give me some guidance on this?
Please note that I want to get the total GPRS usage of the device, not the usage of a single application.