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.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java b/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java
index dc71105..853f772 100644
--- a/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java
@@ -2,7 +2,10 @@ package de.bjusystems.vdrmanager.app;
public interface Intents {
- public static final String CURRENT_CHANNEL = "CURRENT_CHANNEL";
+ //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;
}