コード例 #1
0
 @Override
 public int getSupportedOperations() {
   int supported = SUPPORT_EDIT | SUPPORT_SETAS;
   if (isSharable()) supported |= SUPPORT_SHARE;
   if (BitmapUtils.isSupportedByRegionDecoder(mContentType)) {
     supported |= SUPPORT_FULL_IMAGE;
   }
   return supported;
 }