Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
14
apk_decompiled/sources/C/F.java
Normal file
14
apk_decompiled/sources/C/F.java
Normal file
@@ -0,0 +1,14 @@
|
||||
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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user