Merge "Correct exported state for InputMethodManagerService receiver"
This commit is contained in:
committed by
Android (Google) Code Review
commit
b44d4f6504
@@ -1827,7 +1827,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
||||
broadcastFilterForAllUsers.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
|
||||
mContext.registerReceiverAsUser(new ImmsBroadcastReceiverForAllUsers(),
|
||||
UserHandle.ALL, broadcastFilterForAllUsers, null, null,
|
||||
Context.RECEIVER_NOT_EXPORTED);
|
||||
Context.RECEIVER_EXPORTED);
|
||||
|
||||
final String defaultImiId = mSettings.getSelectedInputMethod();
|
||||
final boolean imeSelectedOnBoot = !TextUtils.isEmpty(defaultImiId);
|
||||
|
||||
Reference in New Issue
Block a user