Merge "Revert "Avoid IME restart for configChanges"" into sc-dev

This commit is contained in:
Yohei Yukawa
2021-03-01 18:30:36 +00:00
committed by Android (Google) Code Review
10 changed files with 15 additions and 203 deletions

View File

@@ -35,8 +35,7 @@ import com.android.internal.view.InlineSuggestionsRequestInfo;
* {@hide}
*/
oneway interface IInputMethod {
void initializeInternal(IBinder token, int displayId, IInputMethodPrivilegedOperations privOps,
int configChanges);
void initializeInternal(IBinder token, int displayId, IInputMethodPrivilegedOperations privOps);
void onCreateInlineSuggestionsRequest(in InlineSuggestionsRequestInfo requestInfo,
in IInlineSuggestionsRequestCallback cb);