OSDN Git Service

Add support for remote shutter control via broadcast intents.
authorDan Aminzade <monzy@google.com>
Tue, 13 Aug 2013 21:44:25 +0000 (14:44 -0700)
committerDan Aminzade <monzy@google.com>
Wed, 14 Aug 2013 22:20:50 +0000 (15:20 -0700)
commit92ae10ec320405d07c85a9e80be40293c65d85e0
tree4e17bc48c66410e56fac06a14ddf1791dcabe0e2
parent18a29449cf72bb693eb63e30ba2b7e70853c454b
Add support for remote shutter control via broadcast intents.
Send CAMERA_STOPPED and CAMERA_STARTED intents on pause/resume, to
notify Gem to hide and show the camera card, and receive the SHUTTER
broadcast intent to trigger the shutter.
This change resolves b/10185077.

Change-Id: I1e38039874b74460f5c815e9d2672789691e9e2f
src/com/android/camera/PhotoModule.java