commit | 0c5feb229eb54fca1b886fcf2adde148dd50b2c4 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Thu Feb 29 17:38:42 2024 -0800 |
committer | Yohei Yukawa <yukawa@google.com> | Thu Feb 29 17:38:42 2024 -0800 |
tree | 88134994ec90b7d53becdec0cfc2f46296253c84 | |
parent | aa0f8a4076ec71b4bd30938b75859087c417c1ec [diff] |
Remove an unnecessary null check This is a preparation before fixing Bug 27859687. Previously MyPackageMonitor#onFinishPackageChangesInternal() skipped several tasks when Settings.Secure.DEFAULT_INPUT_METHOD is empty. This check does not make much sense and should be removed. Bug: 27859687 Bug: 322062773 Test: atest CtsInputMethodInstallTestCases:AdditionalSubtypeLifecycleTest Change-Id: I07e32739f486d960c9dd22476120fa35bf1899e4