Exported 0.8 RC4
This commit is contained in:
parent
4a7b6d439e
commit
ff6597167d
5
src/de/danoeh/antennapod/AppConfig.java
Normal file
5
src/de/danoeh/antennapod/AppConfig.java
Normal file
@ -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
|
@Override
|
||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
Log.i(TAG, "AppConfig is " + AppConfig.DEBUG);
|
|
||||||
singleton = this;
|
singleton = this;
|
||||||
LOGICAL_DENSITY = getResources().getDisplayMetrics().density;
|
LOGICAL_DENSITY = getResources().getDisplayMetrics().density;
|
||||||
SharedPreferences prefs = PreferenceManager
|
SharedPreferences prefs = PreferenceManager
|
||||||
|
Loading…
x
Reference in New Issue
Block a user