sm6250-common: overlay: Set navigation gestures as default

Change-Id: I6b321cc0eff8869ce78cac843ddadfb73abe41f2
This commit is contained in:
Jody Yuantoro 2021-02-01 03:11:40 +00:00 committed by Alexander Winkowski
parent 46e33f7d4a
commit 72d90a6218
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -27,6 +27,12 @@
<!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. --> <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
<bool name="config_cellBroadcastAppLinks">true</bool> <bool name="config_cellBroadcastAppLinks">true</bool>
<!-- 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>
<!-- This string array should be overridden by the device to present a list of network <!-- This string array should be overridden by the device to present a list of network
attributes. This is used by the connectivity manager to decide which networks can coexist attributes. This is used by the connectivity manager to decide which networks can coexist
based on the hardware --> based on the hardware -->