overlay: Allow toggling camera and microphone

Change-Id: I2b91c0d77dfa80484e7b081e14f6c5c1dc452db2
This commit is contained in:
TheScarastic 2021-10-09 12:39:06 +00:00 committed by Arian
parent ad6da901cd
commit 7b6521c8a4
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -144,4 +144,9 @@
2 - Global actions menu
-->
<integer name="config_keyChordPowerVolumeUp">1</integer>
<!-- 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>
</resources>