We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22f3d9f + 3b2faf6 commit 26ae7dbCopy full SHA for 26ae7db
1 file changed
tests/permission/src/com/android/framework/permission/tests/WindowManagerPermissionTests.java
@@ -423,7 +423,7 @@ public void testSET_ORIENTATION() {
423
}
424
425
try {
426
- mWm.freezeRotation();
+ mWm.freezeRotation(-1);
427
mWm.getSwitchState(0);
428
fail("IWindowManager.freezeRotation did not throw SecurityException as"
429
+ " expected");
0 commit comments