Files
rr3-apk/decompiled-community/sources/com/applovin/impl/hh.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

29 lines
542 B
Java

package com.applovin.impl;
import android.content.Context;
/* loaded from: classes.dex */
public class hh {
private final String a;
private final String b;
private final boolean c;
public String a() {
return this.b;
}
public String b() {
return this.a;
}
public boolean c() {
return this.c;
}
public hh(String str, String str2, Context context) {
this.a = str.replace("android.permission.", "");
this.b = str2;
this.c = z3.a(str, context);
}
}