Exported 0.8 RC4
This commit is contained in:
parent
4a7b6d439e
commit
ff6597167d
|
@ -0,0 +1,5 @@
|
|||
package de.danoeh.antennapod;
|
||||
|
||||
public final class AppConfig {
|
||||
public final static boolean DEBUG = false;
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue