Skip to content

Commit

Permalink
penang: overlay: Disable double tap to wake
Browse files Browse the repository at this point in the history
* Not supported on hardware.
  • Loading branch information
nattolecats committed Jan 23, 2024
1 parent 8ea2342 commit 0165ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rro_overlays/FrameworksOverlay/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
for different hardware and product builds. Do not translate. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Whether device supports double tap to wake -->
<bool name="config_supportDoubleTapWake">true</bool>
<bool name="config_supportDoubleTapWake">false</bool>

<!-- Whether the always on display mode is available. This should only be enabled
on devices where the display has been tuned to be power efficient in DOZE and/or
Expand Down

0 comments on commit 0165ec4

Please sign in to comment.