sdk: Fix UserContentObserver build
Change-Id: Ic0f38473b3d1f1a59deafc7810ecffd37d9ba0fc
This commit is contained in:
committed by
Michael Bestas
parent
f65d1c05e5
commit
75b3ededc4
@@ -24,7 +24,8 @@ public abstract class UserContentObserver extends ContentObserver {
|
||||
|
||||
private final IUserSwitchObserver mUserSwitchObserver = new IUserSwitchObserver.Stub() {
|
||||
@Override
|
||||
public void onBeforeUserSwitching(int newUserId) throws RemoteException {
|
||||
public void onBeforeUserSwitching(int newUserId, IRemoteCallback reply)
|
||||
throws RemoteException {
|
||||
}
|
||||
@Override
|
||||
public void onUserSwitching(int newUserId, IRemoteCallback reply) {
|
||||
|
||||
Reference in New Issue
Block a user