diff options
author | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-07-14 10:53:38 +0200 |
---|---|---|
committer | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-07-14 11:14:30 +0200 |
commit | 5d4ba242b71c381e1c60393112295169c69be2fe (patch) | |
tree | 41a8beffa4ae0cae156fde2a4c05664582b00199 /overlay | |
parent | c0e5e6475fffbaeceb4e75f48991d6def07d6f0d (diff) |
shinano: move tether overlay to radio one
also remote config_sms_enabled_single_shift_tables which may be set only for
specific nation
https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/res/values-mcc286/config.xml
Change-Id: I366c7dbadd28d1e2e2609e22c018a5a9fb43ea63
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 10 |
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 e335315..4ea1424 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -120,16 +120,6 @@ <item>"bt-pan"</item> </string-array> - <!-- Array of allowable ConnectivityManager network types 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 whether the wifi chipset has background scan support --> <bool translatable="false" name="config_wifi_background_scan_support">true</bool> |