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 14:00:50 -08:00
parent bdc5a45de6
commit fd1e757ff2

View File

@@ -49,7 +49,7 @@ import java.util.ArrayList;
import org.xmlpull.v1.XmlPullParserException;
import org.xmlpull.v1.XmlPullParser;
import com.android.internal.util.XmlUtils;
import com.android.common.XmlUtils;
import com.android.launcher2.LauncherSettings.Favorites;
public class LauncherProvider extends ContentProvider {