summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/AppBridge.java
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2012-08-22 19:15:35 +0800
committerWu-cheng Li <wuchengli@google.com>2012-08-27 17:47:53 +0800
commita0ce682e40c39ce046c48d8a7f989fff01bb9f2c (patch)
treeb02accda1cb7045bc84bb5dc115ee8ce4917735c /src/com/android/gallery3d/app/AppBridge.java
parent541e25df9f933d58d4678f58519558473db5a333 (diff)
downloadandroid_packages_apps_Gallery2-a0ce682e40c39ce046c48d8a7f989fff01bb9f2c.tar.gz
android_packages_apps_Gallery2-a0ce682e40c39ce046c48d8a7f989fff01bb9f2c.tar.bz2
android_packages_apps_Gallery2-a0ce682e40c39ce046c48d8a7f989fff01bb9f2c.zip
Add secure album support for lock screen camera.
Secure album only shows the media items added by the camera. bug:5955016 Change-Id: Id26abec4dfcc036cf9de682398fed25eed73d1a5
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.