summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/MediaObject.java
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-09-27 16:36:03 -0700
committerBobby Georgescu <georgescu@google.com>2012-09-28 00:37:11 -0700
commitc7e3c76d6965f520a9651d309052c5f01726cd58 (patch)
treea02b5f79cd578ead91f5c17f47d3e4b633740521 /src/com/android/gallery3d/data/MediaObject.java
parent2e8472f304737acc3fbeb167b1b6f660f111f5c7 (diff)
downloadandroid_packages_apps_Gallery2-c7e3c76d6965f520a9651d309052c5f01726cd58.tar.gz
android_packages_apps_Gallery2-c7e3c76d6965f520a9651d309052c5f01726cd58.tar.bz2
android_packages_apps_Gallery2-c7e3c76d6965f520a9651d309052c5f01726cd58.zip
Show a placeholder when the camera filmstrip is empty
Bug: 7213757 Tapping the placeholder takes the user back to the full-screen camera capture mode. Change-Id: I844f789b8e80f34e79f4a9c366c1c244bbf1f2a5
Diffstat (limited to 'src/com/android/gallery3d/data/MediaObject.java')
-rw-r--r--src/com/android/gallery3d/data/MediaObject.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/data/MediaObject.java b/src/com/android/gallery3d/data/MediaObject.java
index b4aa8d861..9e8d84ca7 100644
--- a/src/com/android/gallery3d/data/MediaObject.java
+++ b/src/com/android/gallery3d/data/MediaObject.java
@@ -39,6 +39,8 @@ public abstract class MediaObject {
public static final int SUPPORT_TRIM = 1 << 12;
public static final int SUPPORT_PANORAMA = 1 << 13;
public static final int SUPPORT_UNLOCK = 1 << 14;
+ public static final int SUPPORT_BACK = 1 << 15;
+ public static final int SUPPORT_ACTION = 1 << 16;
public static final int SUPPORT_ALL = 0xffffffff;
// These are the bits returned from getMediaType():