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

Commit 3b2faf68 authored by Jeff Brown's avatar Jeff Brown
Browse files

Fix build.

Change-Id: I01dbb8747f81c83d86e089762b2d34d8bba2bffd
parent 2447871b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -423,7 +423,7 @@ public class WindowManagerPermissionTests extends TestCase {
        }

        try {
            mWm.freezeRotation();
            mWm.freezeRotation(-1);
            mWm.getSwitchState(0);
            fail("IWindowManager.freezeRotation did not throw SecurityException as"
                    + " expected");