back out 89ef5bf1e3d2 (Bug 667530) due to talos orange

This commit is contained in:
Daniel Holbert
2011-07-07 15:57:21 -07:00
parent 6e5347edb1
commit a45f4766a7
9 changed files with 2 additions and 241 deletions

View File

@@ -678,7 +678,7 @@ public class GeckoAppShell
Log.w("GeckoAppJava", "installWebApplication for " + aURI + " [" + aTitle + "]");
// the intent to be launched by the shortcut
Intent shortcutIntent = new Intent("org.mozilla.gecko.WEBAPP");
Intent shortcutIntent = new Intent("org.mozilla.fennec.WEBAPP");
shortcutIntent.setClassName(GeckoApp.mAppContext,
GeckoApp.mAppContext.getPackageName() + ".App");
shortcutIntent.putExtra("args", "--webapp=" + aURI);