OSDN Git Service

Fix problem where input wasn't being requested
authorJim Miller <jaggies@google.com>
Thu, 6 Feb 2014 01:30:50 +0000 (17:30 -0800)
committerJim Miller <jaggies@google.com>
Fri, 7 Feb 2014 00:13:42 +0000 (16:13 -0800)
commitba7d94b8f3c41fd5b933b185e7463a56589e04d2
tree155c2dfaab9fd8661b4323c3d1c4606013a46907
parent5e612cf07872dc0989a4b9f09e2a38a2ee12186d
Fix problem where input wasn't being requested

This fixes a bug where input wasn't being enabled when the security
method changed.  The solution is to propagate changes back to the parent

Add missing copyright header to simplified keyguard view.

Bugs 1213593112879769

Change-Id: I0fc6cf8ef3b628c96a045797a5b9cdecd3a1007a
packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java
packages/Keyguard/src/com/android/keyguard/KeyguardSecurityContainer.java
packages/Keyguard/src/com/android/keyguard/KeyguardSimpleHostView.java
packages/Keyguard/src/com/android/keyguard/KeyguardViewBase.java
packages/Keyguard/src/com/android/keyguard/KeyguardViewManager.java