summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/WindowManagerPolicy.java
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-05-08 15:15:56 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-08 15:15:56 -0700
commit9ac663ef9ab6ec455403d1e71bf897c34d3b311e (patch)
treea3d93bad53794e92964c41a377017a542022802a /core/java/android/view/WindowManagerPolicy.java
parentc8ade15dadd680c5e4b201f3b7b0823a13dedb3e (diff)
parentc042ee2acd8529b95c5dc99240d626e61d2500cd (diff)
downloadframeworks_base-9ac663ef9ab6ec455403d1e71bf897c34d3b311e.zip
frameworks_base-9ac663ef9ab6ec455403d1e71bf897c34d3b311e.tar.gz
frameworks_base-9ac663ef9ab6ec455403d1e71bf897c34d3b311e.tar.bz2
Merge "Disable input dispatch until boot finished." into jb-dev
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 e725e75..388cfb3 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();