Skip to content

Commit

Permalink
overlay: fix wifi tethering (thanks KonstaT)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Mar 9, 2013
1 parent c385b9c commit aeb67c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Expand Up @@ -116,6 +116,9 @@
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">false</bool>

<!-- Boolean indicating whether Softap requires reloading AP firmware -->
<bool name="config_wifiApFirmwareReload">false</bool>

<!-- If this is true, the screen will fade off. -->
<bool name="config_animateScreenLights">false</bool>

Expand Down

0 comments on commit aeb67c7

Please sign in to comment.