mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
bug 606178 - Android Fennec can not restart, follow up r=mwu a=blocking-fennec
This commit is contained in:
parent
e4d1ff4c9c
commit
328c8481c2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user