Enable Tethering menu on the device

Bug: 34896866

There are still some issues for swiching between Wi-fi and Portable
hotspot menu.

In order to debug a kind of issue, we need to enable the menu on the
device.
Signed-off-by: Ecco Park <eccopark@google.com>

Change-Id: Ia70f2eeefc6eb78864f59000cf1b73d5d5524a2c
This commit is contained in:
Ecco Park
2017-02-02 17:09:04 -08:00
parent 2ab0390195
commit ad9dff30d2

View File

@@ -27,4 +27,12 @@
on the headphone/microphone jack. When false use the older uevent framework. -->
<bool name="config_useDevInputEventForAudioJack">true</bool>
<!-- List of regexpressions describing the interface (if any) that represent tetherable
Wifi interfaces. If the device doesn't want to support tethering over Wifi this
should be empty. An example would be "softap.*" -->
<string-array translatable="false" name="config_tether_wifi_regexs">
<item>"wlan0"</item>
<item>"softap.*"</item>
</string-array>
</resources>