mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: overlay: Don't allow camera to start by using power button.
- This disable a feature which comes enabled by default where we press the power button twice to start the camera. - Sometimes this feature is annoying and lags phone. Let's disable it Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
This commit is contained in:
parent
61e70ecf3d
commit
a4802ecdd3
1 changed files with 3 additions and 0 deletions
|
|
@ -121,6 +121,9 @@
|
|||
<item>12</item>
|
||||
<item>7</item>
|
||||
</integer-array>
|
||||
<!-- Allow the gesture to double tap the power button twice to start the camera while the device
|
||||
is non-interactive. -->
|
||||
<bool name="config_cameraDoubleTapPowerGestureEnabled">false</bool>
|
||||
<!-- Whether or not the device is capable of multiple levels of vibration intensity.
|
||||
Note that this is different from whether it can control the vibration amplitude as some
|
||||
devices will be able to vary their amplitude but do not possess enough dynamic range to
|
||||
|
|
|
|||
Loading…
Reference in a new issue