chore(android): Update deprecated markings

This commit is contained in:
Darcy Wong 2020-05-01 14:52:42 +07:00
parent 0cf21f6879
commit 4e5eca40d4

View file

@ -170,10 +170,10 @@ public final class KMManager {
public static final String KMKey_KeyboardModified = "lastModified";
public static final String KMKey_KeyboardRTL = "rtl";
// Intend to deprecate: KMKey_CustomKeyboard is no longer used and will be deprecated in Keyman 15.0
// DEPRECATED
public static final String KMKey_CustomKeyboard = "CustomKeyboard";
// Intend to deprecate: KMKey_CustomModel is no longer used and will be deprecated in Keyman 15.0
// DEPRECATED
public static final String KMKey_CustomModel = "CustomModel";
public static final String KMKey_CustomHelpLink = "CustomHelpLink";