sdm660-common: enable auto rotation by default

* as c999a1a2b9d975610ffa359ba34cb27d016165cc has unlocked setupwizard rotation, auto rotation default as "on" is not meaningless now

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Alcatraz323 2023-04-17 09:06:01 +08:00 committed by pix106
parent 552671d365
commit a26b3a3dfe

View file

@ -44,4 +44,7 @@
<!-- Default for Settings.Secure.CHARGING_SOUNDS_ENABLED --> <!-- Default for Settings.Secure.CHARGING_SOUNDS_ENABLED -->
<bool name="def_charging_sounds_enabled">false</bool> <bool name="def_charging_sounds_enabled">false</bool>
<!-- Enable auto rotation switching -->
<bool name="def_accelerometer_rotation">true</bool>
</resources> </resources>