msm8996-common: overlay: attempts to address missing navbar option

* Since QPR2, navbar options just disappeared, and only the 3-buttons navigation mode exists.
* So we can not hide the navbar while using a device with hardware buttons

Signed-off-by: Onelots <onelots@onelots.fr>
This commit is contained in:
2025-05-08 22:15:22 +02:00
parent 0e0e074ddf
commit 3e24edcd59

View File

@@ -6,4 +6,10 @@
<resources>
<!-- The CPU temperature divider, if needed -->
<integer name="config_cpuTempDivider" translatable="false">1000</integer>
<!-- 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>
</resources>