summaryrefslogtreecommitdiff
path: root/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java')
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java19
1 files changed, 0 insertions, 19 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java b/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java
deleted file mode 100644
index 72feb99..0000000
--- a/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java
+++ /dev/null
@@ -1,19 +0,0 @@
-package de.bjusystems.vdrmanager.app;
-
-public interface Intents {
-
- //public static final String CURRENT_CHANNEL = "CURRENT_CHANNEL";
- public static final String HIGHLIGHT = "HIGHLIGHT";
- public static final String TIMER_OP = "TIMER_OP";
- public static final int EDIT_TIMER = 0;
- public static final int ADD_TIMER = 1;
-
- public static final String VDR_ID = "VDR_ID";
-
- public static final int EDIT_VDR = 2;
-
- public static final String EMPTY_CONFIG = "EMPTY_CONFIG";
-
- public static final String CURRENT_EPG = "CURRENT_EPG";
-
-}