Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core_internal / src / org / xwalk / core / internal / extension / XWalkExtension.java
index 26ce61e..01302f6 100644 (file)
@@ -124,6 +124,12 @@ public abstract class XWalkExtension {
     }
 
     /**
+     * Called when this app is onStart.
+     */
+    public void onStart() {
+    }
+
+    /**
      * Called when this app is onResume.
      */
     public void onResume() {
@@ -136,6 +142,12 @@ public abstract class XWalkExtension {
     }
 
     /**
+     * Called when this app is onStop.
+     */
+    public void onStop() {
+    }
+
+    /**
      * Called when this app is onDestroy.
      */
     public void onDestroy() {