audio: disable force camera shutter sound playback
- Disable force camera shutter sound playback. This config is country specific and should be only enabled in particular countries(e.g. Japan). Change-Id: If9171fa84e21cf0bda462c7bd8b9370008f6dd9f
This commit is contained in:
parent
6b6b8bf3cf
commit
b010619720
|
@ -194,7 +194,7 @@
|
|||
<bool name="config_speed_up_audio_on_mt_calls">true</bool>
|
||||
|
||||
<!-- Whether camera shutter sound is forced or not (country specific). -->
|
||||
<bool name="config_camera_sound_forced">true</bool>
|
||||
<bool name="config_camera_sound_forced">false</bool>
|
||||
|
||||
<!-- Configuration to enable non-default PDP during IWLAN
|
||||
<bool name="config_feature_iwlan_enabled">true</bool> -->
|
||||
|
|
Loading…
Reference in New Issue