About.java :  » UnTagged » huntingmole » huntingmole » game » Android Open Source

Android Open Source » UnTagged » huntingmole 
huntingmole » huntingmole » game » About.java
package huntingmole.game;

import android.app.Activity;
import android.os.Bundle;

public class About extends Activity {

  @Override
  protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
  }
  
}
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.