Skip to content

Commit

Permalink
a5xelte: Remove config_tether_upstream_types
Browse files Browse the repository at this point in the history
* Made redundant by enabling config_tether_upstream_automatic
  in vendor/lineage

Change-Id: I0441f36f34546f3dfd6aad664d4c2711d51687ee
  • Loading branch information
sam3000 authored and danwood76 committed Aug 22, 2019
1 parent ad4d2ed commit 70a9a85
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions overlay/frameworks/base/core/res/res/values/config.xml
Expand Up @@ -121,18 +121,6 @@
<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>
Expand Down

0 comments on commit 70a9a85

Please sign in to comment.