Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit a845f672 authored by Eric Laurent's avatar Eric Laurent Committed by The Android Open Source Project
Browse files

AI 143177: am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted...

AI 143177: am: CL 142889 Fix issue #1736153	Camera shutter sound can be muted by new AlarmClock setting.
  Current implementation of Camera service plays the camera shutter sound over the ALARM stream so that it cannot be muted by silent mode in order to comply to some country specific requirement. A recent change made it possible for the user to mute the ALARM stream thus making this stream not suitable any more for the camera shutter sound.
  The fix consists in creating a new stream type only accessible by native code and that cannot be muted and use it to play camera sounds.
  Original author: elaurent
  Merged from: //branches/cupcake/...

Automated import of CL 143177
parent cd6725a3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment