Update imports to android-common

Several files were moved to android-common. Update all the references
to import those files from the new location.
This commit is contained in:
Tom Taylor
2009-12-21 13:59:18 -08:00
parent 6a18871355
commit d4a4729c0c
35 changed files with 81 additions and 1633 deletions

View File

@@ -32,7 +32,7 @@ import android.view.RawInputEvent;
import android.view.Surface;
import android.view.WindowManagerPolicy;
import com.android.internal.util.XmlUtils;
import com.android.common.XmlUtils;
import org.xmlpull.v1.XmlPullParser;