summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowManagerPolicy.java
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-05-08 13:03:42 -0700
committerJeff Brown <jeffbrown@google.com>2012-05-08 13:58:32 -0700
commitc042ee2acd8529b95c5dc99240d626e61d2500cd (patch)
tree4af0331cce7c05242025c6c02506a5addd2c3ee9 /core/java/android/view/WindowManagerPolicy.java
parenta7771df3696954f0e279407e8894a916a7cb26cc (diff)
Disable input dispatch until boot finished.
Bug: 6263070 Change-Id: I25e15e3d8af8eb3343c7b684fec345337d9f6aab
Diffstat (limited to 'core/java/android/view/WindowManagerPolicy.java')
-rw-r--r--core/java/android/view/WindowManagerPolicy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/WindowManagerPolicy.java b/core/java/android/view/WindowManagerPolicy.java
index e725e75d2e77..388cfb3f5e87 100644
--- a/core/java/android/view/WindowManagerPolicy.java
+++ b/core/java/android/view/WindowManagerPolicy.java
@@ -1017,7 +1017,7 @@ public interface WindowManagerPolicy {
/**
* Called when we have finished booting and can now display the home
- * screen to the user. This wilWl happen after systemReady(), and at
+ * screen to the user. This will happen after systemReady(), and at
* this point the display is active.
*/
public void enableScreenAfterBoot();