15 lines
377 B
Java
15 lines
377 B
Java
package C;
|
|
|
|
import android.app.NotificationManager;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class F {
|
|
public static boolean a(NotificationManager notificationManager) {
|
|
return notificationManager.areNotificationsEnabled();
|
|
}
|
|
|
|
public static int b(NotificationManager notificationManager) {
|
|
return notificationManager.getImportance();
|
|
}
|
|
}
|