Update Extension.java

Needed for our extensions
This commit is contained in:
kiroukou
2014-04-15 14:26:43 +02:00
parent 1015a8fb54
commit 571278aab1

View File

@@ -19,6 +19,7 @@ public class Extension {
public static Context mainContext;
public static View mainView;
public static String PACKAGE_NAME;
/**
* Called when an activity you launched exits, giving you the requestCode
@@ -132,4 +133,13 @@ public class Extension {
}
}
/**
* Called when the a new Intent is received
*/
public void onNewIntent (Intent intent) {
}
}