OSDN Git Service

am 92ae10ec: Add support for remote shutter control via broadcast intents. Send CAMER...
authorDan Aminzade <monzy@google.com>
Wed, 14 Aug 2013 22:29:14 +0000 (15:29 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Wed, 14 Aug 2013 22:29:14 +0000 (15:29 -0700)
commitd0a780dc82847b9007d0c8e3e6fdef010aba6598
treed4b42b0f865ea2e0ac3bbbb424dd5c16b54549be
parentc9178f709d67185ef87e886b3e7ab9a0cc10d023
parent92ae10ec320405d07c85a9e80be40293c65d85e0
am 92ae10ec: 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 reso

* commit '92ae10ec320405d07c85a9e80be40293c65d85e0':
  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.