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

Commit 89a24ecd authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable smart auto rotate without using USER_CURRENT" into main

parents 2db4d3b2 e4ca712b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,8 +51,8 @@ constructor(
            instrumentation.targetContext.contentResolver,
            Settings.System.HIDE_ROTATION_LOCK_TOGGLE_FOR_ACCESSIBILITY,
            0,
            UserHandle.USER_CURRENT
        );
            UserHandle.USER_CURRENT_OR_SELF
        )
    }

    private val logTag = this::class.java.simpleName