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
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