summaryrefslogtreecommitdiff
path: root/vdrmanager
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-02-23 15:35:12 +0100
committerlado <herrlado@gmail.com>2012-02-23 15:35:12 +0100
commitf00474cd9e0f7776ade42ce36a1591b83817a79a (patch)
tree53930aaac887edd4b436ab0216b714d4d53c2c73 /vdrmanager
parentcb45c273aa11704577558d5e290e9618e2b2461b (diff)
downloadvdr-manager-f00474cd9e0f7776ade42ce36a1591b83817a79a.tar.gz
vdr-manager-f00474cd9e0f7776ade42ce36a1591b83817a79a.tar.bz2
no initVDR
Diffstat (limited to 'vdrmanager')
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/app/VdrManagerApp.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/app/VdrManagerApp.java b/vdrmanager/src/de/bjusystems/vdrmanager/app/VdrManagerApp.java
index b1f75df..29b0691 100644
--- a/vdrmanager/src/de/bjusystems/vdrmanager/app/VdrManagerApp.java
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/app/VdrManagerApp.java
@@ -6,6 +6,7 @@ import java.util.Locale;
import android.app.Activity;
import android.app.Application;
+
import de.bjusystems.vdrmanager.data.Channel;
import de.bjusystems.vdrmanager.data.EpgSearchParams;
import de.bjusystems.vdrmanager.data.Event;
@@ -14,6 +15,7 @@ import de.bjusystems.vdrmanager.data.Timer;
import de.bjusystems.vdrmanager.data.Vdr;
import de.bjusystems.vdrmanager.gui.Cache;
+
public class VdrManagerApp extends Application {
public enum EpgListState {
@@ -56,7 +58,6 @@ public class VdrManagerApp extends Application {
public void onCreate() {
super.onCreate();
Preferences.init(this);
- Preferences.initVDR(this);
}
public void clear() {