Merge "Make InputMethodManagerService a final class"

This commit is contained in:
TreeHugger Robot
2022-01-26 08:47:55 +00:00
committed by Android (Google) Code Review

View File

@@ -203,7 +203,7 @@ import java.util.concurrent.atomic.AtomicInteger;
/**
* This class provides a system service that manages input methods.
*/
public class InputMethodManagerService extends IInputMethodManager.Stub
public final class InputMethodManagerService extends IInputMethodManager.Stub
implements Handler.Callback {
static final boolean DEBUG = false;
static final String TAG = "InputMethodManagerService";