Commit bc0d3680 authored by Cesar's avatar Cesar
Browse files

Overlay: Add & enable the new WiFi wakeup feature

parent 4844260a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -143,4 +143,10 @@

    <!-- Whether to enable HumanInteractionController by default -->
    <bool name="config_HICEnabledDefault">false</bool>

    <!-- Controls the WiFi wakeup feature.
          0 = Not available.
          1 = Available.
     -->
    <integer translatable="false" name="config_wifi_wakeup_available">1</integer>
</resources>