dubai: overlays: enable 5G SA and NSA

Change-Id: Icf55910aebae8d0ae519f0a0c20708aa81ae0bfc
This commit is contained in:
SGCMarkus 2022-11-02 12:16:22 +01:00 committed by Marc Bourgoin
parent 3ddf381e8d
commit 8542dbbb37

View file

@ -311,4 +311,10 @@
<!-- Type of the double tap sensor. Empty if double tap is not supported. --> <!-- Type of the double tap sensor. Empty if double tap is not supported. -->
<string name="config_dozeDoubleTapSensorType" translatable="false">org.lineageos.sensor.double_tap</string> <string name="config_dozeDoubleTapSensorType" translatable="false">org.lineageos.sensor.double_tap</string>
<!-- Whether the device enable the standalone (SA) mode of 5G NR.-->
<bool name="config_telephony5gStandalone">true</bool>
<!-- Whether the device enable the non-standalone (NSA) mode of 5G NR.-->
<bool name="config_telephony5gNonStandalone">true</bool>
</resources> </resources>