public final class

TelephonyConfigManager

extends Object
java.lang.Object
   ↳ com.ardic.android.managers.telephonyconfig.TelephonyConfigManager

Class Overview

Provides ITelephonyConfigManager interface by calling getInterface(Context) method.

For Telephony Configurations Management details, see ITelephonyConfigManager

Summary

Public Methods
static ITelephonyConfigManager getInterface(Context context)
Retrieve the global ITelephonyConfigManager instance, creating it if it doesn't already exist.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static ITelephonyConfigManager getInterface (Context context)

Added in API level 1

Retrieve the global ITelephonyConfigManager instance, creating it if it doesn't already exist.

Parameters
context Context: Context of the application
Returns
ITelephonyConfigManager ITelephonyConfigManager