a3xelte: Nuke deprecated WiFi Display overlay
authorJoshua Primero <jprimero155@gmail.com>
Mon, 25 Feb 2019 11:11:50 +0000 (11:11 +0000)
committerDanny Wood <danwood76@gmail.com>
Tue, 7 Jul 2020 07:50:33 +0000 (08:50 +0100)
* Google killed it in Pie
* reference: LineageOS/android_frameworks_av@d0a98fa05

Change-Id: I9bfd354c3e3a3d4c193c3865ac7eae84719c02dc
Signed-off-by: Joshua Primero <jprimero155@gmail.com>
overlay/frameworks/base/core/res/res/values/config.xml

index a8f838fa2d16654bc2c67707605b09e9d30a9464..962e8dbe5a9b9d62e2ec66727ffdbc3e8f4a503e 100644 (file)
 
     <!-- reference volume index for music stream to limit headphone volume and display warning -->
     <integer name="config_safe_media_volume_index">10</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>
 </resources>