commit | edcce099c98a6c40d10109ac092ab50f9d2668f3 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Thu Mar 04 13:03:17 2010 -0800 |
committer | Romain Guy <romainguy@android.com> | Thu Mar 04 13:03:17 2010 -0800 |
tree | 92a0416dd26317f2b38602c2b8cb9cce5b7b6b0c | |
parent | 2dc785dbde506090d6df6572c6cc88d7958754f0 [diff] [blame] |
Fix the build!
diff --git a/src/com/android/launcher2/Utilities.java b/src/com/android/launcher2/Utilities.java index fbe489e..c83e7db 100644 --- a/src/com/android/launcher2/Utilities.java +++ b/src/com/android/launcher2/Utilities.java
@@ -38,6 +38,8 @@ import android.content.res.Resources; import android.content.Context; +import com.android.launcher.R; + /** * Various utilities shared amongst the Launcher's classes. */