diff options
| author | Filip Blagojevic <filiprrs@gmail.com> | 2017-05-20 16:56:43 +0000 |
|---|---|---|
| committer | Filip Blagojevic <filiprrs@gmail.com> | 2017-05-20 17:05:29 +0000 |
| commit | 9c7665b00717ddc7ad607a5fbbeb90b2de097421 (patch) | |
| tree | 03f3c3b7a69de587165ffee2d5f56a0d5c53cdc9 | |
| parent | 6d3195d466d0f0f4803612810e2f517c3e250cb0 (diff) | |
| download | device_samsung_t0lte-9c7665b00717ddc7ad607a5fbbeb90b2de097421.tar.gz device_samsung_t0lte-9c7665b00717ddc7ad607a5fbbeb90b2de097421.tar.bz2 device_samsung_t0lte-9c7665b00717ddc7ad607a5fbbeb90b2de097421.zip | |
t0lte: Enable wireless display on cm13
Change-Id: I14ae121c58c0f2812a6b137a196afb3976f6ed77
| -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 bcdc5e6..0ecfc2d 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -192,5 +192,19 @@ <integer name="config_screenBrightnessDoze">100</integer> <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> </resources> |
