klte-common: Nuke deprecated WiFi Display overlay

* Google killed it in Pie
* reference: LineageOS/android_frameworks_av@d0a98fa05

Change-Id: I9bfd354c3e3a3d4c193c3865ac7eae84719c02dc
Signed-off-by: Joshua Primero <jprimero155@gmail.com>
This commit is contained in:
Joshua Primero 2019-02-25 11:11:50 +00:00 committed by Kevin F. Haggerty
parent 6bd4683ada
commit 94eebc7c42
No known key found for this signature in database
GPG Key ID: 6D95512933112729
1 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<!--
/*
** Copyright 2011, The Android Open Source Project
** Copyright 2017, The LineageOS Project
** Copyright 2017-2019, The LineageOS Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
@ -248,8 +248,6 @@
-->
<integer name="config_longPressOnHomeBehavior">3</integer>
<bool name="config_enableWifiDisplay">true</bool>
<!-- Configure wifi tcp buffersizes in the form:
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
<string name="config_wifi_tcp_buffers" translatable="false">524288,2097152,4194304,262144,524288,1048576</string>