rhodep: Enable mic/cam toggles

As seen on stock overlays.

Change-Id: I1323a447e2c0f1032ce8e3511e3a7957c5a19931
This commit is contained in:
Michael Bestas 2025-06-05 20:55:52 +03:00
parent 031210efbd
commit 0e8c026ee6
No known key found for this signature in database

View file

@ -250,4 +250,10 @@
<!-- Default refresh rate in the zone defined by brightness and ambient thresholds. <!-- Default refresh rate in the zone defined by brightness and ambient thresholds.
If non-positive, then the refresh rate is unchanged even if thresholds are configured. --> If non-positive, then the refresh rate is unchanged even if thresholds are configured. -->
<integer name="config_defaultRefreshRateInZone">120</integer> <integer name="config_defaultRefreshRateInZone">120</integer>
<!-- Whether this device is supporting the software microphone toggle -->
<bool name="config_supportsMicToggle">true</bool>
<!-- Whether this device is supporting the camera toggle -->
<bool name="config_supportsCamToggle">true</bool>
</resources> </resources>