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

Commit fde7a084 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Fix build" into lmp-dev

parents 015e922f c2d6400f
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) {