diff options
| author | Moyster <oysterized@gmail.com> | 2016-09-18 13:31:03 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-09-18 13:31:03 +0200 |
| commit | c41256c5993c41f9d9feda67424207055b5822ec (patch) | |
| tree | 3289e2fab4a6d37fed287eb826dd0b4b53464d71 | |
| parent | dcb6c939f617f09c3365e353a23f113a7102daa1 (diff) | |
add wifi display overlay
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index fc88555..78202ee 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -257,6 +257,20 @@ <bool name="config_dozeAfterScreenOff">true</bool> <bool name="config_powerDecoupleInteractiveModeFromDisplay">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> + <!-- Indicate whether closing the lid causes the device to go to sleep and opening it causes the device to wake up. The default is false. --> |
