mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
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:
parent
2f2d76c9c2
commit
626f13ebc9
1 changed files with 14 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue