summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/MediaSet.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/data/MediaSet.java')
-rw-r--r--src/com/android/gallery3d/data/MediaSet.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/data/MediaSet.java b/src/com/android/gallery3d/data/MediaSet.java
index f92faa74e..87b5f56ef 100644
--- a/src/com/android/gallery3d/data/MediaSet.java
+++ b/src/com/android/gallery3d/data/MediaSet.java
@@ -95,6 +95,10 @@ public abstract class MediaSet extends MediaObject {
return false;
}
+ public boolean isCameraRoll() {
+ return false;
+ }
+
/**
* Method {@link #reload()} may process the loading task in background, this method tells
* its client whether the loading is still in process or not.