summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authortilaksidduram <tilaksidduram@gmail.com>2015-02-11 01:49:23 +0530
committertilaksidduram <tilaksidduram@gmail.com>2015-02-11 01:49:23 +0530
commitd47ea654edb1246cd767588659055c6714200440 (patch)
treecc8ae3ac124cb53834ae45ebcede02c800d98254 /overlay
parent92f336d3360900376176bb22930e59c973a70010 (diff)
downloaddevice_samsung_n7100-d47ea654edb1246cd767588659055c6714200440.zip
device_samsung_n7100-d47ea654edb1246cd767588659055c6714200440.tar.gz
device_samsung_n7100-d47ea654edb1246cd767588659055c6714200440.tar.bz2
n7100: Enable Wifi display
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml14
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 d8d3ade..65e1896 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -265,4 +265,18 @@
<!-- Whether UI for multi user should be shown -->
<bool name="config_enableMultiUserUI">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>