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

Commit 4908d181 authored by Colin Cross's avatar Colin Cross
Browse files

Fix FrameworkPermissionTests build

Change-Id: I516e333ca85c0e3c08c8fffc157a9e0360af02e5
parent 450d8c5b
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);
            mWm.addAppToken(0, null, 0, 0, 0, false, false, 0);
            fail("IWindowManager.addAppToken did not throw SecurityException as"
                    + " expected");
        } catch (SecurityException e) {