universal7885: overlay: Enable WiFi Display support

Signed-off-by: SamarV-121 <samarvispute121@pm.me>
Change-Id: I8f416eacb0b1316947e3e8d9f5c10c76f1b289cf
Change-Id: I7e0b5f768bdb9d3db1c404b1d528ca4443b72087
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
SamarV-121 2022-02-01 14:33:24 +05:30 committed by roynatech2544
commit 626f13ebc9
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -83,6 +83,20 @@
<!-- If this is true, device supports Sustained Performance Mode. -->
<bool name="config_sustainedPerformanceModeSupported">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 Server audio_policy_configuration.xml 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>
<!-- Vibrator pattern for feedback about a long screen/key press -->
<integer-array name="config_longPressVibePattern">
<item>0</item>