ActivityExtend.java :  » Game » solarzen-android » com » epazzzsoftware » andgame » Android Open Source

Android Open Source » Game » solarzen android 
solarzen android » com » epazzzsoftware » andgame » ActivityExtend.java
package com.epazzzsoftware.andgame;

import android.app.Activity;

public class ActivityExtend {
  
  public static String defPackage;
  
  public static void onPause(Activity a){
    
  }
  
  public static void onResume(Activity a){
    
  }
  
  public static void onStop(Activity a){
    
  }

}
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.