Skip to content

Commit 3b2faf6

Browse files
author
Jeff Brown
committed
Fix build.
Change-Id: I01dbb8747f81c83d86e089762b2d34d8bba2bffd
1 parent 2447871 commit 3b2faf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/permission/src/com/android/framework/permission/tests/WindowManagerPermissionTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public void testSET_ORIENTATION() {
423423
}
424424

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

0 commit comments

Comments
 (0)