Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a75c41bd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Deprecate InputMethodUtils#isSystemIme() part 3"

parents 29070375 c823b634
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -125,11 +125,6 @@ public class InputMethodUtils {
    }
    // ----------------------------------------------------------------------

    @Deprecated
    public static boolean isSystemIme(@NonNull InputMethodInfo inputMethod) {
        return inputMethod.isSystem();
    }

    public static boolean isSystemImeThatHasSubtypeOf(final InputMethodInfo imi,
            final Context context, final boolean checkDefaultAttribute,
            @Nullable final Locale requiredLocale, final boolean checkCountry,