summaryrefslogtreecommitdiff
path: root/src/de/podfetcher/PodcastApp.java
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-22 13:49:01 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-22 13:49:01 +0200
commit524161783a4e01559a54eaace22e43d0c5c649c4 (patch)
treeb0a21ed407064b6d020f2139d98df5a024fdb3b9 /src/de/podfetcher/PodcastApp.java
parent940f133e4c5646dd0ea370456440066c22fbb062 (diff)
downloadAntennaPod-524161783a4e01559a54eaace22e43d0c5c649c4.zip
Rewrote most parts of PlaybackService and Mediaplayer Activity
Diffstat (limited to 'src/de/podfetcher/PodcastApp.java')
-rw-r--r--src/de/podfetcher/PodcastApp.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/de/podfetcher/PodcastApp.java b/src/de/podfetcher/PodcastApp.java
index ba9e07884..9d53fc7ca 100644
--- a/src/de/podfetcher/PodcastApp.java
+++ b/src/de/podfetcher/PodcastApp.java
@@ -6,6 +6,8 @@ import android.app.Application;
public class PodcastApp extends Application {
private static final String TAG = "PodcastApp";
+ public static final String PREF_NAME = "PodfetcherPrefs";
+
private static PodcastApp singleton;