rhodep: Enable mic/cam toggles
As seen on stock overlays. Change-Id: I1323a447e2c0f1032ce8e3511e3a7957c5a19931
This commit is contained in:
parent
031210efbd
commit
0e8c026ee6
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue