forked from github/cordova-android
Fix tab/space issue
This commit is contained in:
parent
f838db4e18
commit
77b9fd62a7
@ -32,7 +32,7 @@ public class __ACTIVITY__ extends CordovaActivity
|
||||
// enable Cordova apps to be started in the background
|
||||
Bundle extras = getIntent().getExtras();
|
||||
if (extras != null && extras.getBoolean("cdvStartInBackground", false)) {
|
||||
moveTaskToBack(true);
|
||||
moveTaskToBack(true);
|
||||
}
|
||||
|
||||
// Set by <content src="index.html" /> in config.xml
|
||||
|
Loading…
Reference in New Issue
Block a user