Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit d4dc1a3f authored by Michael Bestas's avatar Michael Bestas
Browse files

sdk: Introduce config_enableAdvancedRotationSettings

Change-Id: Id43427924f1e0dcea882c36fc49660994513ee4f
parent d97af7af
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -350,4 +350,7 @@

    <!-- Lockscreen rotation default -->
    <bool name="config_lockScreenRotationEnabledByDefault">false</bool>

    <!-- Advanced rotation settings -->
    <bool name="config_enableAdvancedRotationSettings">true</bool>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -213,4 +213,7 @@

    <!-- Lockscreen rotation default -->
    <java-symbol type="bool" name="config_lockScreenRotationEnabledByDefault" />

    <!-- Advanced rotation settings -->
    <java-symbol type="bool" name="config_enableAdvancedRotationSettings" />
</resources>