Merge "Introduce a sequence number to avoid redundant IPCs"
This commit is contained in:
@@ -214,7 +214,7 @@ public class BridgeIInputMethodManager implements IInputMethodManager {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void notifyUserAction() throws RemoteException {
|
||||
public void notifyUserAction(int sequenceNumber) throws RemoteException {
|
||||
// TODO Auto-generated method stub
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user