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 ecac814..f5740e1 100644 --- a/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java +++ b/vdrmanager/src/de/bjusystems/vdrmanager/app/Intents.java @@ -12,4 +12,6 @@ public interface Intents { public static final int EDIT_VDR = 2; + public static final String EMPTY_CONFIG = "EMPTY_CONFIG"; + } |