am 29ab48ab: am b98ea66d: Merge "Disable Keyguard chatyness" into mnc-dev

* commit '29ab48ab0e8076fd40a7a4d31052220c8f56e6aa':
  Disable Keyguard chatyness
This commit is contained in:
Jorim Jaggi
2015-06-30 01:07:46 +00:00
committed by Android Git Automerger

View File

@@ -25,6 +25,6 @@ public class KeyguardConstants {
* Turns on debugging information for the whole Keyguard. This is very verbose and should only
* be used temporarily for debugging.
*/
public static final boolean DEBUG = true;
public static final boolean DEBUG_SIM_STATES = true;
public static final boolean DEBUG = false;
public static final boolean DEBUG_SIM_STATES = false;
}