a5xelte: 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:14:20 +0000 (16:14 +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 f10b7b5f02e1bcc90fc94a98b31ebaa648030b63..a8f838fa2d16654bc2c67707605b09e9d30a9464 100644 (file)
         <item>mobile_ent1,28,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.
          Software implementation will be used if config_hardware_auto_brightness_available is not set -->
     <bool name="config_automatic_brightness_available">true</bool>