mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:09:37 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user