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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user