This is for android with multiple networks (BLE, Wifi, LTE). Say I have different requests (suspending functions) that have different network QoS, and I want to activate certain networks when media requests are made. This should request a particular network (I have this code already). Image requests are lower priority, but should use higher bandwidth network if already open. When all high priority requests are complete, I'll free the network and close existing connections.