summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpServer.h
diff options
context:
space:
mode:
authorMaunik Shah <mshah@codeaurora.org>2013-08-15 17:11:15 +0530
committerSteve Kondik <steve@cyngn.com>2015-10-31 14:36:34 -0700
commit983905d0ea6c83bccf0ba66c10cb98f62a2ccc34 (patch)
tree9e221250115a7fdf095069b50e0f3b659e7b1d92 /media/mtp/MtpServer.h
parent21d11a6c7dee30d4391eeee8bace8c4be26cffb8 (diff)
downloadframeworks_av-983905d0ea6c83bccf0ba66c10cb98f62a2ccc34.zip
frameworks_av-983905d0ea6c83bccf0ba66c10cb98f62a2ccc34.tar.gz
frameworks_av-983905d0ea6c83bccf0ba66c10cb98f62a2ccc34.tar.bz2
Screenshots info is not updated when device is plugged in MTP mode
When device is connected as MTP mode and user opens folder /sdcard/Pictures/Screenshots/ in windows system and captures new screenshot, image information is always shown as 0 KB Issue: https://code.google.com/p/android/issues/detail?id=56204 Change-Id: I86d8e1ee54c0d8b2008b5f6bc0de2cac3faafc20
Diffstat (limited to 'media/mtp/MtpServer.h')
-rw-r--r--media/mtp/MtpServer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/mtp/MtpServer.h b/media/mtp/MtpServer.h
index b3a11e0..8bd0472 100644
--- a/media/mtp/MtpServer.h
+++ b/media/mtp/MtpServer.h
@@ -105,6 +105,7 @@ public:
void sendObjectAdded(MtpObjectHandle handle);
void sendObjectRemoved(MtpObjectHandle handle);
void sendDevicePropertyChanged(MtpDeviceProperty property);
+ void sendObjectUpdated(MtpObjectHandle handle);
private:
void sendStoreAdded(MtpStorageID id);