commit | 9eed0efa5bcc56241eeb8235a000c5d18cadac32 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Tue Jan 11 17:11:37 2011 -0800 |
committer | John Reck <jreck@google.com> | Tue Jan 11 17:11:37 2011 -0800 |
tree | 1601fe835c245662cc633fb3487deb809be2952b | |
parent | b1d27b1c2e4898eb7c08ee1ae47a2b99c814ac12 [diff] [blame] |
Disable debug build Bug: 3252986 Change-Id: I78c94eba5a089b84081c0d582b7cfc76af0437b5
diff --git a/src/com/android/browser/BrowserSettings.java b/src/com/android/browser/BrowserSettings.java index ca8091f..7be3345 100644 --- a/src/com/android/browser/BrowserSettings.java +++ b/src/com/android/browser/BrowserSettings.java
@@ -200,7 +200,7 @@ public static final Uri RLZ_PROVIDER_URI = Uri.parse("content://" + RLZ_PROVIDER + "/"); // Set to true to enable some of the about:debug options - public static final boolean DEV_BUILD = true; + public static final boolean DEV_BUILD = false; private Controller mController;