package com.getkeepsafe.relinker;

/* loaded from: classes.dex */
final class TextUtils {
    private TextUtils() {
    }

    public static boolean isEmpty(CharSequence str) {
        return str == null || str.length() == 0;
    }
}
