s5neolte: Remove config_tether_upstream_types
authorSam Mortimer <sam@mortimer.me.uk>
Fri, 16 Aug 2019 18:20:00 +0000 (11:20 -0700)
committerDanny Wood <danwood76@gmail.com>
Thu, 22 Aug 2019 15:12:28 +0000 (16:12 +0100)
* Made redundant by enabling config_tether_upstream_automatic
  in vendor/lineage

Change-Id: I0441f36f34546f3dfd6aad664d4c2711d51687ee

overlay/frameworks/base/core/res/res/values/config.xml

index dfa91b7a57e61f70ae8945a48f990ac3ba0fc0dc..b4c536ea5821071a697ce68645d9728bc3baffe6 100644 (file)
         <item>mobile_ent2,29,0,2,-1,true</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>4</item>
-        <item>5</item>
-        <item>7</item>
-        <item>9</item>
-    </integer-array>
-
     <!-- Flag indicating whether we should enable the automatic brightness in Settings.
          config_hardware_automatic_brightness_available is not set, so we will use software implementation -->
     <bool name="config_automatic_brightness_available">true</bool>