Back out f7bf7ac18a79 (bug 684826), 3a910924c50c (bug 687367), and 524a6bb8744b (bug 693086) because of Android bustage on a CLOSED TREE

This commit is contained in:
Matt Brubeck
2011-10-10 09:47:27 -07:00
parent 53de2d6626
commit b52acd4a93
23 changed files with 4383 additions and 231 deletions

View File

@@ -1334,11 +1334,11 @@ public class GeckoAppShell
try {
int showPassword =
Settings.System.getInt(GeckoApp.mAppContext.getContentResolver(),
Settings.System.TEXT_SHOW_PASSWORD, 1);
Settings.System.TEXT_SHOW_PASSWORD);
return (showPassword > 0);
}
catch (Exception e) {
return true;
return false;
}
}
public static void addPluginView(final View view,