mActiveConnectionPrefs = new ArrayList<ConnectionConfig>(); // TODO: load prefs mActiveConnectionPrefs.add(new ImpsConnectionConfig());
return mActiveConnectionPrefs;
if (sInstance == null) { sInstance = new PrefManager(); } return sInstance;