summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/MediaObject.java
diff options
context:
space:
mode:
authorMangesh Ghiware <mghiware@google.com>2012-09-23 17:19:34 -0700
committerMangesh Ghiware <mghiware@google.com>2012-09-23 22:42:47 -0700
commit4f32d514ee7474d867d04bf3934f9e11e9e92783 (patch)
treeecdf00c7c5ca7b808141e06d03fe073a15b2530f /src/com/android/gallery3d/data/MediaObject.java
parent2267ac9fe59393a11034e4bcfa37b919492006fa (diff)
downloadandroid_packages_apps_Gallery2-4f32d514ee7474d867d04bf3934f9e11e9e92783.tar.gz
android_packages_apps_Gallery2-4f32d514ee7474d867d04bf3934f9e11e9e92783.tar.bz2
android_packages_apps_Gallery2-4f32d514ee7474d867d04bf3934f9e11e9e92783.zip
Use vendor specific MIME type for sharing LightCycle panoramas
Bug: 7150324 Change-Id: I78d426672e9a8fc69f0b9b564438e40eb0230719
Diffstat (limited to 'src/com/android/gallery3d/data/MediaObject.java')
-rw-r--r--src/com/android/gallery3d/data/MediaObject.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/data/MediaObject.java b/src/com/android/gallery3d/data/MediaObject.java
index 757515c10..917f6953e 100644
--- a/src/com/android/gallery3d/data/MediaObject.java
+++ b/src/com/android/gallery3d/data/MediaObject.java
@@ -37,7 +37,7 @@ public abstract class MediaObject {
public static final int SUPPORT_INFO = 1 << 10;
public static final int SUPPORT_IMPORT = 1 << 11;
public static final int SUPPORT_TRIM = 1 << 12;
- public static final int SUPPORT_VIEW_PANORAMA = 1 << 13;
+ public static final int SUPPORT_PANORAMA = 1 << 13;
public static final int SUPPORT_ALL = 0xffffffff;
// These are the bits returned from getMediaType():