summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andreas Huber <andih@google.com> 2010-10-29 14:38:48 -0700
committer Andreas Huber <andih@google.com> 2010-10-29 14:44:18 -0700
commit2ec6a54c6f21d2dc07472b6a20fd5850de99692c (patch)
treee84d7bcc7ec23e9a75d5038ad145f60035bb6f35
parent03034739eb90a41c930201253f5d709c232ce5a9 (diff)
fixing the build.
Change-Id: Ibf3686c4734e5a4ddbb93e46a1b012804d277e7e
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/tablet/InputMethodButton.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/tablet/InputMethodButton.java b/packages/SystemUI/src/com/android/systemui/statusbar/tablet/InputMethodButton.java
index a4bbc46fe553..c416ff417408 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/tablet/InputMethodButton.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/tablet/InputMethodButton.java
@@ -22,6 +22,7 @@ import android.content.Intent;
import android.content.IntentFilter;
import android.content.pm.PackageManager;
import android.graphics.drawable.Drawable;
+import android.os.Handler;
import android.provider.Settings;
import android.util.Log;
import android.util.Slog;