bug 606178 - Android Fennec can not restart, follow up r=mwu a=blocking-fennec

This commit is contained in:
Brad Lassey 2010-10-25 15:51:11 -04:00
parent e4d1ff4c9c
commit 328c8481c2

View File

@ -446,7 +446,6 @@ abstract public class GeckoApp
Intent intent = new Intent(action);
intent.setClassName("org.mozilla." + getAppName(),
"org.mozilla." + getAppName() + ".Restarter");
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
addEnvToIntent(intent);
Log.i("GeckoAppJava", intent.toString());
sendBroadcast(intent);