Fixing up the standalone activity

This commit is contained in:
Joe Bowser 2009-11-30 10:33:11 -08:00
parent 0af30a6e82
commit e71b5bb477

View File

@ -1,7 +1,6 @@
package com.phonegap;
import java.lang.reflect.Field;
import android.app.Activity;
import android.os.Bundle;
public class StandAlone extends DroidGap {