Exported 0.8 RC4

This commit is contained in:
daniel oeh 2012-07-22 13:08:28 +02:00
parent 4a7b6d439e
commit ff6597167d
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
package de.danoeh.antennapod;
public final class AppConfig {
public final static boolean DEBUG = false;
}

View File

@ -39,7 +39,6 @@ public class PodcastApp extends Application implements
@Override
public void onCreate() {
super.onCreate();
Log.i(TAG, "AppConfig is " + AppConfig.DEBUG);
singleton = this;
LOGICAL_DENSITY = getResources().getDisplayMetrics().density;
SharedPreferences prefs = PreferenceManager