Update res/values/config.xml

This commit is contained in:
2025-09-08 15:37:04 -07:00
parent 3289fd83e9
commit 9d826514b8

View File

@@ -6,4 +6,6 @@
1: 2 button mode (back, home buttons + swipe up for overview) 1: 2 button mode (back, home buttons + swipe up for overview)
2: gestures only for back, home and overview --> 2: gestures only for back, home and overview -->
<integer name="config_navBarInteractionMode">0</integer> <integer name="config_navBarInteractionMode">0</integer>
<!-- Set Lawnchair as the default launcher -->
<string name="config_defaultLauncher">app.lawnchair/.LawnchairLauncher</string>
</resources> </resources>