Merge "Make InputMethodManagerService a final class"
This commit is contained in:
committed by
Android (Google) Code Review
commit
41cbe9055d
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user