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

Commit daf27b85 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android Git Automerger
Browse files

am fd2f8d43: am 51b921d0: DO NOT MERGE - Preserve the order of InputMethodManager method calls

* commit 'fd2f8d43':
  DO NOT MERGE - Preserve the order of InputMethodManager method calls
parents e0417002 fd2f8d43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,5 +73,5 @@ interface IInputMethodManager {
    boolean switchToNextInputMethod(in IBinder token, boolean onlyCurrentIme);
    boolean shouldOfferSwitchingToNextInputMethod(in IBinder token);
    boolean setInputMethodEnabled(String id, boolean enabled);
    oneway void setAdditionalInputMethodSubtypes(String id, in InputMethodSubtype[] subtypes);
    void setAdditionalInputMethodSubtypes(String id, in InputMethodSubtype[] subtypes);
}