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

Commit c2d6400f authored by Craig Mautner's avatar Craig Mautner
Browse files

Fix build

Add parameter to WindowManagerPermissionTests.

Fixes build.

Change-Id: Iecf064ee0be612e59aa1b7f0a42807be1bc59e78
parent bb742462
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ public class WindowManagerPermissionTests extends TestCase {
        }
        
        try {
            mWm.addAppToken(0, null, 0, 0, 0, false, false, 0, 0, false);
            mWm.addAppToken(0, null, 0, 0, 0, false, false, 0, 0, false, false);
            fail("IWindowManager.addAppToken did not throw SecurityException as"
                    + " expected");
        } catch (SecurityException e) {