Loading src/com/android/gallery3d/data/LocalImage.java +2 −2 Original line number Diff line number Diff line Loading @@ -266,8 +266,8 @@ public class LocalImage extends LocalMediaItem { operation |= SUPPORT_SHARE; } } else { operation = SUPPORT_SHARE | SUPPORT_CROP | SUPPORT_PRINT | SUPPORT_SETAS; operation = SUPPORT_DELETE | SUPPORT_SHARE | SUPPORT_CROP | SUPPORT_SETAS | SUPPORT_PRINT | SUPPORT_INFO; if (BitmapUtils.isSupportedByRegionDecoder(mimeType)) { operation |= SUPPORT_FULL_IMAGE | SUPPORT_EDIT; } Loading src/com/android/gallery3d/data/UriImage.java +2 −2 Original line number Diff line number Diff line Loading @@ -233,8 +233,8 @@ public class UriImage extends MediaItem { supported |= SUPPORT_SHARE; } } else { if (isSharable()) supported |= SUPPORT_SHARE | SUPPORT_PRINT | SUPPORT_SETAS; supported = SUPPORT_PRINT | SUPPORT_SETAS; if (isSharable()) supported |= SUPPORT_SHARE; if (BitmapUtils.isSupportedByRegionDecoder(mContentType)) { supported |= SUPPORT_EDIT | SUPPORT_FULL_IMAGE; } Loading Loading
src/com/android/gallery3d/data/LocalImage.java +2 −2 Original line number Diff line number Diff line Loading @@ -266,8 +266,8 @@ public class LocalImage extends LocalMediaItem { operation |= SUPPORT_SHARE; } } else { operation = SUPPORT_SHARE | SUPPORT_CROP | SUPPORT_PRINT | SUPPORT_SETAS; operation = SUPPORT_DELETE | SUPPORT_SHARE | SUPPORT_CROP | SUPPORT_SETAS | SUPPORT_PRINT | SUPPORT_INFO; if (BitmapUtils.isSupportedByRegionDecoder(mimeType)) { operation |= SUPPORT_FULL_IMAGE | SUPPORT_EDIT; } Loading
src/com/android/gallery3d/data/UriImage.java +2 −2 Original line number Diff line number Diff line Loading @@ -233,8 +233,8 @@ public class UriImage extends MediaItem { supported |= SUPPORT_SHARE; } } else { if (isSharable()) supported |= SUPPORT_SHARE | SUPPORT_PRINT | SUPPORT_SETAS; supported = SUPPORT_PRINT | SUPPORT_SETAS; if (isSharable()) supported |= SUPPORT_SHARE; if (BitmapUtils.isSupportedByRegionDecoder(mContentType)) { supported |= SUPPORT_EDIT | SUPPORT_FULL_IMAGE; } Loading