Skip to content

Commit

Permalink
breeze: set gestures only navigation default
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Pal XDA authored and Hadenix committed Oct 9, 2023
1 parent af52700 commit 2cc43e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,12 @@
<item>com.google.android.apps.messaging</item>
</string-array>

<!-- Controls the navigation bar interaction mode:
0: 3 button mode (back, home, overview buttons)
1: 2 button mode (back, home buttons + swipe up for overview)
2: gestures only for back, home and overview -->
<integer name="config_navBarInteractionMode">2</integer>

<!-- Whether the display cutout region of the main built-in display should be forced to
black in software (to avoid aliasing or emulate a cutout that is not physically existent).
-->
Expand Down

0 comments on commit 2cc43e9

Please sign in to comment.