Delete unused field in CordovaActivity

This commit is contained in:
Andrew Grieve 2015-02-10 22:06:07 -05:00
parent 4358a04730
commit 1721571012

View File

@ -87,13 +87,6 @@ public class CordovaActivity extends Activity {
private static int ACTIVITY_EXITING = 2;
private int activityState = 0; // 0=starting, 1=running (after 1st resume), 2=shutting down
/*
* The variables below are used to cache some of the activity properties.
*/
// LoadUrl timeout value in msec (default of 20 sec)
protected int loadUrlTimeoutValue = 20000;
// Keep app running when pause is received. (default = true)
// If true, then the JavaScript and native code continue to run in the background
// when another application (activity) is started.