bug 616078 - Make sure we have a new process for android restarter r=mwu a=blocking-fennec
This commit is contained in:
@@ -537,7 +537,8 @@ abstract public class GeckoApp
|
||||
intent.setClassName("org.mozilla." + getAppName(),
|
||||
"org.mozilla." + getAppName() + ".Restarter");
|
||||
addEnvToIntent(intent);
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK |
|
||||
Intent.FLAG_ACTIVITY_MULTIPLE_TASK);
|
||||
Log.i("GeckoAppJava", intent.toString());
|
||||
startActivity(intent);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user