- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
112 lines
2.1 KiB
Smali
112 lines
2.1 KiB
Smali
.class public abstract Lcom/applovin/impl/wh;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static a(Landroid/content/Context;)Z
|
|
.locals 1
|
|
|
|
const-string v0, "android.permission.ACCESS_ADSERVICES_AD_ID"
|
|
|
|
.line 1
|
|
invoke-static {v0, p0}, Lcom/applovin/impl/z3;->a(Ljava/lang/String;Landroid/content/Context;)Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static b(Landroid/content/Context;)Z
|
|
.locals 1
|
|
|
|
const-string v0, "android.permission.ACCESS_ADSERVICES_ATTRIBUTION"
|
|
|
|
.line 1
|
|
invoke-static {v0, p0}, Lcom/applovin/impl/z3;->a(Ljava/lang/String;Landroid/content/Context;)Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static c(Landroid/content/Context;)Z
|
|
.locals 1
|
|
|
|
const-string v0, "android.permission.ACCESS_ADSERVICES_CUSTOM_AUDIENCE"
|
|
|
|
.line 1
|
|
invoke-static {v0, p0}, Lcom/applovin/impl/z3;->a(Ljava/lang/String;Landroid/content/Context;)Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static d(Landroid/content/Context;)Z
|
|
.locals 1
|
|
|
|
const-string v0, "android.permission.ACCESS_ADSERVICES_TOPICS"
|
|
|
|
.line 1
|
|
invoke-static {v0, p0}, Lcom/applovin/impl/z3;->a(Ljava/lang/String;Landroid/content/Context;)Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static e(Landroid/content/Context;)Z
|
|
.locals 0
|
|
|
|
.line 30
|
|
invoke-static {p0}, Lcom/applovin/impl/wh;->f(Landroid/content/Context;)Z
|
|
|
|
move-result p0
|
|
|
|
if-eqz p0, :cond_0
|
|
|
|
invoke-static {}, Lcom/applovin/impl/wh$$ExternalSyntheticApiModelOutline0;->m()Z
|
|
|
|
move-result p0
|
|
|
|
if-eqz p0, :cond_0
|
|
|
|
const/4 p0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p0, 0x0
|
|
|
|
:goto_0
|
|
return p0
|
|
.end method
|
|
|
|
.method public static f(Landroid/content/Context;)Z
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-static {}, Lcom/applovin/impl/z3;->c()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
invoke-static {p0}, Lcom/applovin/sdk/AppLovinSdkUtils;->isFireOS(Landroid/content/Context;)Z
|
|
|
|
move-result p0
|
|
|
|
if-nez p0, :cond_0
|
|
|
|
const/4 p0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p0, 0x0
|
|
|
|
:goto_0
|
|
return p0
|
|
.end method
|