I tried to set data connection enabled/disabled
(i.e. TelephonyManager.DATA_CONNECTED/TelephonyManager.DATA_DISCONNECTED``) through reflecting TelephonyManager class, and it worked. but I don't know how to set data connection into suspended(TelephonyManager.DATA_SUSPENDED) state, any suggestion will be appreciated.