Moved the CordovaInterface over to master, doing this before working on CordovaJS

This commit is contained in:
Joe Bowser
2012-02-17 13:11:15 -08:00
parent 95b9cd0229
commit 040619cd61
9 changed files with 99 additions and 19 deletions
@@ -18,9 +18,11 @@
*/
package com.phonegap.api;
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 {
}