rosemary: Enable Wifi Display

Change-Id: Ie8cd49ee5a36ffb07faac85790e7b0782f2de123
This commit is contained in:
doc HD
2022-12-29 10:18:30 +01:00
committed by Matsvei Niaverau
parent cdd330259d
commit ecf26ad068

View File

@@ -457,4 +457,18 @@
<!-- Whether device has fingerprint on power button -->
<bool name="config_powerButtonFingerprint">true</bool>
<!-- Whether WiFi display is supported by this device.
There are many prerequisites for this feature to work correctly.
Here are a few of them:
* The WiFi radio must support WiFi P2P.
* The WiFi radio must support concurrent connections to the WiFi display and
to an access point.
* The Audio Flinger audio_policy.conf file must specify a rule for the "r_submix"
remote submix module. This module is used to record and stream system
audio output to the WiFi display encoder in the media server.
* The remote submix module "audio.r_submix.default" must be installed on the device.
* The device must be provisioned with HDCP keys (for protected content).
-->
<bool name="config_enableWifiDisplay">true</bool>
</resources>