with connectivitymanager and broadcast receiver I'm able to get connection and disconnection events as explained Eric's post here
What I would like to know is the change in type while network is being connected. Ex: 3G to H+ and vice versa.. I see there are no events inside OnReceive(..) when this change happens...
User case for clarity: step1: 3G connection is enabled, events received in broadcast(BCR) and processed step2: start a call, changes in connection from 3G to h+ but no event in BCR.
expected output: expect an event in BCR when there is change from 3G to h+ or Edge...