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:
parent
552671d365
commit
a26b3a3dfe
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue