Skip to content

Instantly share code, notes, and snippets.

@sakuramilk
Created May 18, 2013 03:21
Show Gist options
  • Select an option

  • Save sakuramilk/5603110 to your computer and use it in GitHub Desktop.

Select an option

Save sakuramilk/5603110 to your computer and use it in GitHub Desktop.
------------ 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