diff options
author | Steven Luo <steven+android@steven676.net> | 2013-08-01 11:18:00 -0700 |
---|---|---|
committer | Joel Teichroeb <joel@teichroeb.net> | 2013-08-27 15:07:27 -0700 |
commit | 998ce931337b56eb39b3e67fc78753aef5507624 (patch) | |
tree | 3d483e85858e2b1dad4020a22bb4340f7f17ece6 /overlay | |
parent | 46fcf24c4d9bcdec8e2373109d5b70c705980cfa (diff) | |
download | device_samsung_crespo-998ce931337b56eb39b3e67fc78753aef5507624.zip device_samsung_crespo-998ce931337b56eb39b3e67fc78753aef5507624.tar.gz device_samsung_crespo-998ce931337b56eb39b3e67fc78753aef5507624.tar.bz2 |
Update BT network interface name for Android 4.2
Change-Id: Id90d02e5707872a6a02400d60783e3647ad10a77
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 6b3ad2c..ffe5e3e 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -168,7 +168,7 @@ bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this should be empty. --> <string-array translatable="false" name="config_tether_bluetooth_regexs"> - <item>"bnep\\d"</item> + <item>"bt-pan"</item> </string-array> <!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap --> |