* Deprecated AndroidApplication in favor of AndroidHarness

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7510 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
Sha..om 14 years ago
parent 46ca84e835
commit f2bba9e7a7
  1. 4
      engine/src/android/com/jme3/app/android/AndroidApplication.java

@ -48,6 +48,7 @@ import com.jme3.scene.Spatial.CullHint;
import com.jme3.system.AppSettings; import com.jme3.system.AppSettings;
import com.jme3.system.JmeSystem; import com.jme3.system.JmeSystem;
import com.jme3.util.FastInteger; import com.jme3.util.FastInteger;
import com.jme3.app.AndroidHarness;
/** /**
@ -56,8 +57,9 @@ import com.jme3.util.FastInteger;
* and an accessible root node that is updated and rendered regularly. * and an accessible root node that is updated and rendered regularly.
* It will display the current frames-per-second value on-screen. * It will display the current frames-per-second value on-screen.
* *
* * @deprecated Please use {@link AndroidHarness} instead.
*/ */
@Deprecated
public abstract class AndroidApplication extends Application implements DialogInterface.OnClickListener public abstract class AndroidApplication extends Application implements DialogInterface.OnClickListener
{ {

Loading…
Cancel
Save