Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
19
apk_decompiled/sources/D/d.java
Normal file
19
apk_decompiled/sources/D/d.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package D;
|
||||
|
||||
import android.content.BroadcastReceiver;
|
||||
import android.content.ComponentName;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.content.IntentFilter;
|
||||
import android.os.Handler;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class d {
|
||||
public static Intent a(Context context, BroadcastReceiver broadcastReceiver, IntentFilter intentFilter, String str, Handler handler, int i) {
|
||||
return ((i & 4) == 0 || str != null) ? context.registerReceiver(broadcastReceiver, intentFilter, str, handler, i & 1) : context.registerReceiver(broadcastReceiver, intentFilter, h.obtainAndCheckReceiverPermission(context), handler);
|
||||
}
|
||||
|
||||
public static ComponentName b(Context context, Intent intent) {
|
||||
return context.startForegroundService(intent);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user