// Unshare the file
UnshareLinkOperation unshare = new UnshareLinkOperation(file);
unshare.execute(getStorageManager(), this, this, mHandler, this);
// Unshare the file
UnshareLinkOperation unshare = new UnshareLinkOperation(file);
unshare.execute(getStorageManager(), this, this, mHandler, this);