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

Commit 3d6a3800 authored by Adam Powell's avatar Adam Powell
Browse files

Fix build; update framework tests for WindowManager API change

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