+ * @return 'True' if the server supports the Share API
+ */
+ public boolean isSharedSupported() {
+ return mIsSharedSupported;
+ }
+
+
+ public void setIsSharedSupported(boolean mIsSharedSupported) {
+ this.mIsSharedSupported = mIsSharedSupported;
+ }
+
+ /**