Bug 937641 - Move toolbar-related classes to the toolbar package (r=sriram)

This commit is contained in:
Lucas Rocha
2013-11-19 15:46:48 +00:00
parent 2ccca0b5f4
commit cfcdfb46e2
16 changed files with 112 additions and 84 deletions

View File

@@ -14,7 +14,7 @@ import android.view.inputmethod.InputMethodManager;
import java.util.Collection;
import java.util.Locale;
final class InputMethods {
final public class InputMethods {
public static final String METHOD_ANDROID_LATINIME = "com.android.inputmethod.latin/.LatinIME";
public static final String METHOD_ATOK = "com.justsystems.atokmobile.service/.AtokInputMethodService";
public static final String METHOD_GOOGLE_JAPANESE_INPUT = "com.google.android.inputmethod.japanese/.MozcService";