private boolean mIsDownloading;
private String mEtagInConflict; // Save file etag in the server, when there is a conflict. No conflict = null
+
private boolean mShareWithUser;
public void setShareWithUser(boolean shareWithUser) {
this.mShareWithUser = shareWithUser;
}
+
}