diff options
| author | Hridaya Prajapati <info.hridayaprajapati@gmail.com> | 2025-08-30 11:50:36 +0545 |
|---|---|---|
| committer | Luca Stefani <luca.stefani.ge1@gmail.com> | 2025-11-06 15:54:54 +0000 |
| commit | 4339301f251b748cb5d1f01639d8591874bb429c (patch) | |
| tree | d0335171b616e50b9decfae6828a29207928681d | |
| parent | d18624129c27ffcb480203aa4380f2be39316053 (diff) | |
overlay: Don't allow toggling camera
Not all devices support this feature.
If a device supports this feature, enable overlay in the device tree.
This partially reverts commit 7b6521c8a47763eb16eedde0b0d028f6dcb28631.
Change-Id: Iece2b092d0fdcbb94c41c7727de799a0b7baa700
| -rw-r--r-- | overlay/common/frameworks/base/core/res/res/values/config.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml index 7ab09ba58..a293fe47e 100644 --- a/overlay/common/frameworks/base/core/res/res/values/config.xml +++ b/overlay/common/frameworks/base/core/res/res/values/config.xml @@ -140,8 +140,6 @@ <!-- Whether this device is supporting the microphone toggle --> <bool name="config_supportsMicToggle">true</bool> - <!-- Whether this device is supporting the camera toggle --> - <bool name="config_supportsCamToggle">true</bool> <!-- Control the default night mode to use when there is no other mode override set. One of the following values (see UiModeManager.java): |
