Created
May 18, 2013 03:21
-
-
Save sakuramilk/5603110 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------ overlay/frameworks/base/core/res/res/values/config.xml ------------ | |
| index fb4c6c0..d728bd7 100644 | |
| @@ -139,7 +139,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> | |
| <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment