summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/AppBridge.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/app/AppBridge.java')
-rw-r--r--src/com/android/gallery3d/app/AppBridge.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/app/AppBridge.java b/src/com/android/gallery3d/app/AppBridge.java
index e3deb810d..ee55fa6db 100644
--- a/src/com/android/gallery3d/app/AppBridge.java
+++ b/src/com/android/gallery3d/app/AppBridge.java
@@ -63,6 +63,8 @@ public abstract class AppBridge implements Parcelable {
public void setSwipingEnabled(boolean enabled);
// Notify that the ScreenNail is changed.
public void notifyScreenNailChanged();
+ // Add a new media item to the secure album.
+ public void addSecureAlbumItem(boolean isVideo, int id);
}
// If server is null, the services are not available.