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

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

am c05362b8: am 77943308: am fd2f8d43: am 51b921d0: DO NOT MERGE - Preserve...

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

* commit 'c05362b8':
  DO NOT MERGE - Preserve the order of InputMethodManager method calls
parents ce805c7c c05362b8
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);
}