diff options
Diffstat (limited to 'overlay/frameworks')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index c6d7909..17bce04 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -239,18 +239,6 @@ --> <bool name="config_enableWifiDisplay">true</bool> - <!-- Set to true if the wifi display supports compositing content stored - in gralloc protected buffers. For this to be true, there must exist - a protected hardware path for surface flinger to composite and send - protected buffers to the wifi display video encoder. - If this flag is false, we advise applications not to use protected - buffers (if possible) when presenting content to a wifi display because - the content may be blanked. - This flag controls whether the {@link Display#FLAG_SUPPORTS_PROTECTED_BUFFERS} - flag is set for wifi displays. - --> - <bool name="config_wifiDisplaySupportsProtectedBuffers">true</bool> - <!-- When true use the linux /dev/input/event subsystem to detect the switch changes on the headphone/microphone jack. When false use the older uevent framework. --> <bool name="config_useDevInputEventForAudioJack">true</bool> |