Tablet fixes. Goal is to get tapping on a file to display its details.
[pub/Android/ownCloud.git] / src / eu / alefzero / owncloud / FileDownloader.java
index c0c950a..3fb5b45 100644 (file)
@@ -8,7 +8,6 @@ import android.app.Notification;
 import android.app.NotificationManager;\r
 import android.app.PendingIntent;\r
 import android.app.Service;\r
-import android.content.BroadcastReceiver;\r
 import android.content.ContentValues;\r
 import android.content.Intent;\r
 import android.net.Uri;\r
@@ -105,6 +104,7 @@ public class FileDownloader extends Service {
     dir.mkdirs();\r
     File file = new File(dir, mFilePath.replace('/', '.'));\r
     \r
+    Log.e(TAG, file.getAbsolutePath() + " " + oc_url.toString());\r
     wdc.downloadFile(mFilePath, file);\r
     ContentValues cv = new ContentValues();\r
     cv.put(ProviderTableMeta.FILE_STORAGE_PATH, file.getAbsolutePath());\r