diff options
| author | Arne Coucheron <arco68@gmail.com> | 2018-11-25 06:17:27 +0100 |
|---|---|---|
| committer | Elektroschmock <elektroschmock78@googlemail.com> | 2019-03-26 10:59:58 +0100 |
| commit | 049f789ffbe29ca55b89d0f3aec1219f19728f66 (patch) | |
| tree | 3753bc58b49ba64679769dc121569bcb998529ac | |
| parent | 5c6837cd75de68b089826e956356b74aaf8df2ae (diff) | |
shamu: Remove Wifi Display options
Google removed support for it in Pie.
Change-Id: I6b41bb10f0ccfc0bbd3d31f71c092f70cbad2586
| -rw-r--r-- | overlay-lineage/frameworks/base/core/res/res/values/config.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/overlay-lineage/frameworks/base/core/res/res/values/config.xml b/overlay-lineage/frameworks/base/core/res/res/values/config.xml index 5de47a7b..139d009c 100644 --- a/overlay-lineage/frameworks/base/core/res/res/values/config.xml +++ b/overlay-lineage/frameworks/base/core/res/res/values/config.xml @@ -32,20 +32,6 @@ We set this to blue as low is red and charged is green --> <integer name="config_notificationsBatteryMediumARGB">0xFF0000FF</integer> - <!-- 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> - <!-- Whether device supports double tap to wake --> <bool name="config_supportDoubleTapWake">true</bool> </resources> |
