- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
27 lines
977 B
Java
27 lines
977 B
Java
package com.tapjoy.internal;
|
|
|
|
import android.app.Activity;
|
|
import android.content.ComponentName;
|
|
import android.content.Intent;
|
|
import java.util.Set;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public abstract class g {
|
|
public static i a;
|
|
|
|
public static void a(Activity activity) {
|
|
int taskId;
|
|
Intent intent;
|
|
Set<String> categories;
|
|
ComponentName component;
|
|
i iVar = a;
|
|
if (iVar == null || activity == null || (taskId = activity.getTaskId()) == -1 || (intent = activity.getIntent()) == null || (categories = intent.getCategories()) == null || !categories.contains("android.intent.category.LAUNCHER") || !"android.intent.action.MAIN".equals(intent.getAction()) || (component = intent.getComponent()) == null) {
|
|
return;
|
|
}
|
|
Integer num = (Integer) iVar.b.put(component.getClassName(), Integer.valueOf(taskId));
|
|
if (num == null || num.intValue() != taskId) {
|
|
iVar.c.c();
|
|
}
|
|
}
|
|
}
|