Putting back the CordovaInterface work after talking with Simon

This commit is contained in:
Joe Bowser
2012-02-29 09:34:46 -08:00
parent d2fc08959a
commit 79935d31ef
7 changed files with 428 additions and 367 deletions
@@ -24,5 +24,5 @@ import android.app.Activity;
* The Cordova activity abstract class that is extended by DroidGap.
* It is used to isolate plugin development, and remove dependency on entire Cordova library.
*/
public abstract class PhonegapActivity extends org.apache.cordova.api.CordovaInterface {
public abstract class PhonegapActivity extends Activity implements org.apache.cordova.api.CordovaInterface {
}