diff options
| author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-10-25 16:04:27 +0100 |
|---|---|---|
| committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-10-25 16:04:27 +0100 |
| commit | 47ce81f1efa4c3a28ccbddd948e83137b4347e8d (patch) | |
| tree | fc62be2c451e063f20e6bb264358991a6612cdfd | |
| parent | a3b8c6f1c4f3bf94c0d0e19f09076e98391bdd44 (diff) | |
Enable BT tethering
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 2642911..8f82f8c 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -81,6 +81,10 @@ <item>7</item> </integer-array> + <string-array translatable="false" name="config_tether_bluetooth_regexs"> + <item>"bt-pan"</item> + </string-array> + <!-- If this is true, the screen will come on when you unplug usb/power/whatever. --> <bool name="config_unplugTurnsOnScreen">true</bool> |
