import com.owncloud.android.ui.preview.PreviewImageActivity;
import com.owncloud.android.ui.preview.PreviewImageFragment;
import com.owncloud.android.utils.Log_OC;
import com.owncloud.android.ui.preview.PreviewImageActivity;
import com.owncloud.android.ui.preview.PreviewImageFragment;
import com.owncloud.android.utils.Log_OC;
private void notifyUploadStart(UploadFileOperation upload) {
// / create status notification with a progress bar
mLastPercent = 0;
private void notifyUploadStart(UploadFileOperation upload) {
// / create status notification with a progress bar
mLastPercent = 0;
} else if (uploadResult.isSuccess()) {
// / success -> silent update of progress notification to success
// message
} else if (uploadResult.isSuccess()) {
// / success -> silent update of progress notification to success
// message
/// includes a pending intent in the notification showing the details view of the file
Intent showDetailsIntent = null;
/// includes a pending intent in the notification showing the details view of the file
Intent showDetailsIntent = null;