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

Commit 04b2dae4 authored by Zhao Wei Liew's avatar Zhao Wei Liew
Browse files

Revert "Add overlay option for Settings.System.ACCELEROMETER_ROTATION_ANGLES"

The default of 11 (90, 270 and 360 degrees) is perfectly fine.
Thus, this overlay is pretty useless.

Only 1 device currently uses this (and not due to any major issue),
so we aren't losing anything by removing this overlay.

This reverts commit 936c4bfa.

Change-Id: I7eb81d00af1672638689daddd1e78c7e12b21c4d
parent 6b004951
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -29,13 +29,6 @@
    <bool name="def_auto_time">true</bool>
    <bool name="def_auto_time_zone">true</bool>
    <bool name="def_accelerometer_rotation">true</bool>
    <!-- Bitmask of allowed display rotation angles:
           ROTATION_0_MODE: 1
           ROTATION_90_MODE: 2
           ROTATION_180_MODE: 4
           ROTATION_270_MODE: 8
         Default to 0, 90, 270. -->
    <integer name="def_accelerometer_rotation_angles">11</integer>
    <!-- Default screen brightness, from 0 to 255.  102 is 40%. -->
    <integer name="def_screen_brightness">102</integer>
    <bool name="def_screen_brightness_automatic_mode">false</bool>
+0 −3
Original line number Diff line number Diff line
@@ -2399,9 +2399,6 @@ class DatabaseHelper extends SQLiteOpenHelper {
            loadBooleanSetting(stmt, Settings.System.ACCELEROMETER_ROTATION,
                    R.bool.def_accelerometer_rotation);

            loadIntegerSetting(stmt, Settings.System.ACCELEROMETER_ROTATION_ANGLES,
                    R.integer.def_accelerometer_rotation_angles);

            loadDefaultHapticSettings(stmt);

            loadBooleanSetting(stmt, Settings.System.NOTIFICATION_LIGHT_PULSE,