Merge "Fix extraValue of DUMMY_NO_LANGUAGE_SUBTYPE"

main
Tadashi G. Takaoka 2013-11-26 04:37:21 +00:00 committed by Android (Google) Code Review
commit 0e8dbe0284
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public final class SubtypeSwitcher {
+ SubtypeLocaleUtils.QWERTY
+ "," + Constants.Subtype.ExtraValue.ASCII_CAPABLE
+ "," + Constants.Subtype.ExtraValue.ENABLED_WHEN_DEFAULT_IS_NOT_ASCII_CAPABLE
+ Constants.Subtype.ExtraValue.EMOJI_CAPABLE,
+ "," + Constants.Subtype.ExtraValue.EMOJI_CAPABLE,
false /* isAuxiliary */, false /* overridesImplicitlyEnabledSubtype */);
// Caveat: We probably should remove this when we add an Emoji subtype in {@link R.xml.method}.
// Dummy Emoji subtype. See {@link R.xml.method}.