15 lines
407 B
Java
15 lines
407 B
Java
package C;
|
|
|
|
import android.app.Notification;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class E {
|
|
public static Notification.Action.Builder a(Notification.Action.Builder builder, boolean z3) {
|
|
return builder.setAuthenticationRequired(z3);
|
|
}
|
|
|
|
public static Notification.Builder b(Notification.Builder builder, int i) {
|
|
return builder.setForegroundServiceBehavior(i);
|
|
}
|
|
}
|