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.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java b/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java
index 853f772..ecac814 100644
--- a/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java
@@ -8,4 +8,8 @@ public interface Intents {
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;
+
}