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

Commit bbcd9217 authored by Kshitij's avatar Kshitij
Browse files

LineageSettingsProvider: Use framework value for def_lockscreen_rotation

- Smallest Width varies based on orientation. This causes some tablets with
  narrower screens to not use the right default value
  (i.e. to allow lockscreen rotation by default)
parent 0ccb805b
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -16,10 +16,5 @@
     limitations under the License.
-->
<resources>

    <!-- Defaults for System -->

    <!-- Default value for lockscreen rotation -->
    <bool name="def_lockscreen_rotation">true</bool>

    <item type="bool" name="def_lockscreen_rotation">@*android:bool/config_enableLockScreenRotation</item>
</resources>
+0 −3
Original line number Diff line number Diff line
@@ -82,7 +82,4 @@
    -->
    <integer name="def_clock_position">2</integer>

    <!-- Default value for lockscreen rotation -->
    <bool name="def_lockscreen_rotation">false</bool>

</resources>