I want to change the status of the cell network where the device is connected. I could get the information about which cell is currently using and the technology of the cell using TelephonyManager
. I want to change this state, for example, to close the network connection as we could do using Wifi.
Important: by network I mean the Network cell the device recive from the carrier and I want to cancel the network and the internet data too.
Thanks in advance.