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:
parent
6bd4683ada
commit
94eebc7c42
1 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
** Copyright 2011, The Android Open Source Project
|
** 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");
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
** you may not use this file except in compliance with the License.
|
** you may not use this file except in compliance with the License.
|
||||||
|
@ -248,8 +248,6 @@
|
||||||
-->
|
-->
|
||||||
<integer name="config_longPressOnHomeBehavior">3</integer>
|
<integer name="config_longPressOnHomeBehavior">3</integer>
|
||||||
|
|
||||||
<bool name="config_enableWifiDisplay">true</bool>
|
|
||||||
|
|
||||||
<!-- Configure wifi tcp buffersizes in the form:
|
<!-- Configure wifi tcp buffersizes in the form:
|
||||||
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
|
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>
|
<string name="config_wifi_tcp_buffers" translatable="false">524288,2097152,4194304,262144,524288,1048576</string>
|
||||||
|
|
Loading…
Reference in a new issue