summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Han <416810799@qq.com>2018-08-19 11:05:37 +0800
committerMichael Bestas <mkbestas@lineageos.org>2020-06-01 18:51:30 +0300
commit5dbf0d6bd62a8aa8f90572b9d868c20f509bd46e (patch)
treeae9494464bcf7b70a4db43c53621e92432562306
parentb19585100fad760c9fb4d1d3580b0c850d9ed6b3 (diff)
sdm660-common: Remove config_tether_upstream_types overlay
* No need for it now as framework side handles this well on P Change-Id: I708663f3de23cf1677a81bf31e8fc5fed4145e1b
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 37acb98..0d30eea 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -104,16 +104,6 @@
<item>"bt-pan"</item>
</string-array>
- <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering -->
- <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or
- <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH -->
- <integer-array translatable="false" name="config_tether_upstream_types">
- <item>0</item>
- <item>1</item>
- <item>5</item>
- <item>7</item>
- </integer-array>
-
<!-- Boolean indicating if current platform supports BLE peripheral mode -->
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>