Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
X00T: overlay: Enable system navigation keys
Browse files Browse the repository at this point in the history
* Also fix derp: inband ringing comment was duplicated

Signed-off-by: Pranav Kapoor <[email protected]>
  • Loading branch information
pranavkapoor001 committed Jun 10, 2020
1 parent 84d6ef4 commit 1e5d0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@
<!-- Whether device supports double tap to wake -->
<bool name="config_supportDoubleTapWake">true</bool>

<!-- Boolean indicating if current platform supports HFP inband ringing -->
<bool name="config_supportSystemNavigationKeys">false</bool>
<!-- Enable system navigation keys. -->
<bool name="config_supportSystemNavigationKeys">true</bool>

<!-- Indicate whether to allow the device to suspend when the screen is off
due to the proximity sensor. This resource should only be set to true
Expand Down

0 comments on commit 1e5d0bb

Please sign in to comment.