what-the-bank/sources/o/vco.java

29 lines
730 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.app.NotificationManager;
import android.content.Context;
import java.util.HashSet;
import java.util.Set;
/* loaded from: classes.dex */
public final class vco {
private final NotificationManager b;
private final Context c;
private static final Object e = new Object();
private static Set<String> a = new HashSet();
private static final Object d = new Object();
public static vco e(Context context) {
return new vco(context);
}
private vco(Context context) {
this.c = context;
this.b = (NotificationManager) context.getSystemService("notification");
}
public final boolean b() {
return this.b.areNotificationsEnabled();
}
}