OSDN Git Service

Update imports to android-common
authorTom Taylor <tomtaylor@google.com>
Mon, 21 Dec 2009 22:01:18 +0000 (14:01 -0800)
committerTom Taylor <tomtaylor@google.com>
Mon, 21 Dec 2009 22:01:18 +0000 (14:01 -0800)
Several files were moved to android-common. Update all the references
to import those files from the new location.

src/com/android/music/PlaylistBrowserActivity.java

index 6e57c61..eb7af0a 100644 (file)
@@ -30,7 +30,7 @@ import android.content.Intent;
 import android.content.IntentFilter;
 import android.content.ServiceConnection;
 
-import com.android.internal.database.ArrayListCursor;
+import com.android.common.ArrayListCursor;
 
 import android.database.Cursor;
 import android.database.MergeCursor;