Fix build

Change-Id: Ifed64dc2a4db9a58c3588ea0ca899f628efe685a
This commit is contained in:
Jorim Jaggi
2016-02-01 14:24:05 -08:00
parent ccdab44d25
commit 1444cfd50e

View File

@@ -557,4 +557,8 @@ public class IWindowManagerImpl implements IWindowManager {
@Override
public void requestAppKeyboardShortcuts(IResultReceiver receiver) throws RemoteException {
}
@Override
public void getStableInsets(Rect outInsets) throws RemoteException {
}
}