BigPlanetApp.java :  » GPS » big-planet-tracks » tyt » android » bigplanettracks » maps » Android Open Source

Android Open Source » GPS » big planet tracks 
big planet tracks » tyt » android » bigplanettracks » maps » BigPlanetApp.java
package tyt.android.bigplanettracks.maps;

import android.app.Application;

public class BigPlanetApp extends Application {

  public static boolean isDemo = false;
  
  public BigPlanetApp() {
    super();
  }

  @Override
  public void onCreate() {
    Preferences.init(this);
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.