NetMirror.apk
Download file
package androidx.appcompat.widget;
import android.os.Build;
import android.view.View;
/* JADX INFO: loaded from: classes.dex */
public abstract class m0 {
static class a {
static void a(View view, CharSequence charSequence) {
view.setTooltipText(charSequence);
}
}
public static void a(View view, CharSequence charSequence) {
if (Build.VERSION.SDK_INT >= 26) {
a.a(view, charSequence);
} else {
p0.h(view, charSequence);
}
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file