public final class

SystemConfigManager

extends Object
java.lang.Object
   ↳ com.ardic.android.managers.systemconfig.SystemConfigManager

Class Overview

Provides ISystemConfigManager interface by calling getInterface(Context) method.

For System Related Configurations Management details, see ISystemConfigManager

Summary

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

Public Methods

public static ISystemConfigManager getInterface (Context context)

Added in API level 1

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

Parameters
context Context: Context of the application
Returns
ISystemConfigManager ISystemConfigManager