Contains classes to manage Telephony Configurations.
Here is an example of typical code to use Telephony Configuration Manager.
ITelephonyConfigManager iTcm = TelephonyConfigManager.getInterface(context); iTcm.setMobileDataBlocked(true);alternatively,
TelephonyConfigManager.getInterface(context).setMobileDataBlocked(true);
ITelephonyConfigManager | Provides set of API for Cellular networking related configuration adjustment. |
TelephonyConfigManager | Provides ITelephonyConfigManager interface by calling getInterface(Context)
method. |