I am trying to create an app that measures relevant data that could be used to optimise how and when the Base Stations are used.
Basically, my app would have to collect information about how, when and where the network is used.
For now, the app collects data with methods of the LocationManager, TelephonyManager and TrafficStats API. Do you know about any API/library that could be useful for my purposes?
Like, for example, is there an API to measure the length of the total phone calls for a certain period of time?