diff options
Diffstat (limited to 'vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java')
-rw-r--r-- | vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java b/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java index f5740e1..72feb99 100644 --- a/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java +++ b/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java @@ -14,4 +14,6 @@ public interface Intents { public static final String EMPTY_CONFIG = "EMPTY_CONFIG"; + public static final String CURRENT_EPG = "CURRENT_EPG"; + } |