Files
rr3-apk/decompiled/sources/com/applovin/impl/hh.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -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);
}
}