Bug 616538 - Fennec on android crashes on startup when launched from sutagent on a tegra board with latest 2.2 OS. r=mwu a=blassey

--HG--
extra : rebase_source : 5f67743f6fd56d1f391cf39eef7ee3f33503bee3
This commit is contained in:
Doug Turner 2010-12-09 11:01:30 -08:00
parent 31dcdedce3
commit 18641cb64c

View File

@ -196,7 +196,7 @@ abstract public class GeckoApp
return;
}
final String action = intent.getAction();
if (action.equals("org.mozilla.gecko.DEBUG") &&
if ("org.mozilla.gecko.DEBUG".equals(action) &&
checkAndSetLaunchState(LaunchState.Launching, LaunchState.WaitButton)) {
final Button launchButton = new Button(this);
launchButton.setText("Launch"); // don't need to localize