Fix log spam that got in here somehow.
Fixes: 193661710 Test: no more log spam Change-Id: Iebd0c9900517f2512e588fc2c3729e36d6a90db0
This commit is contained in:
@@ -2309,7 +2309,6 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable,
|
||||
// only play "unlock" noises if not on a call (since the incall UI
|
||||
// disables the keyguard)
|
||||
if (TelephonyManager.EXTRA_STATE_IDLE.equals(mPhoneState)) {
|
||||
Log.i("TEST", "playSounds: false");
|
||||
playSounds(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user