- 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
78 lines
2.1 KiB
Smali
78 lines
2.1 KiB
Smali
.class public abstract Lcom/applovin/impl/f5;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static synthetic $r8$lambda$mcylWSHs_WzVfpwYRi57f7G4qdk(Landroid/content/Context;)V
|
|
.locals 0
|
|
|
|
.line 0
|
|
invoke-static {p0}, Lcom/applovin/impl/f5;->b(Landroid/content/Context;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static a(Landroid/content/Context;)V
|
|
.locals 2
|
|
|
|
.line 1
|
|
new-instance v0, Ljava/lang/Thread;
|
|
|
|
new-instance v1, Lcom/applovin/impl/f5$$ExternalSyntheticLambda0;
|
|
|
|
invoke-direct {v1, p0}, Lcom/applovin/impl/f5$$ExternalSyntheticLambda0;-><init>(Landroid/content/Context;)V
|
|
|
|
invoke-direct {v0, v1}, Ljava/lang/Thread;-><init>(Ljava/lang/Runnable;)V
|
|
|
|
.line 23
|
|
invoke-virtual {v0}, Ljava/lang/Thread;->start()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private static synthetic b(Landroid/content/Context;)V
|
|
.locals 1
|
|
|
|
.line 33
|
|
invoke-static {p0}, Lcom/applovin/impl/l0;->b(Landroid/content/Context;)Lcom/applovin/impl/l0$a;
|
|
|
|
move-result-object v0
|
|
|
|
.line 34
|
|
invoke-static {v0}, Lcom/applovin/impl/sdk/k;->a(Lcom/applovin/impl/l0$a;)V
|
|
|
|
const-string v0, "com.google.android.gms.appset.AppSet"
|
|
|
|
.line 36
|
|
invoke-static {v0}, Lcom/applovin/impl/yp;->a(Ljava/lang/String;)Z
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
return-void
|
|
|
|
.line 41
|
|
:cond_0
|
|
:try_start_0
|
|
invoke-static {p0}, Lcom/google/android/gms/appset/AppSet;->getClient(Landroid/content/Context;)Lcom/google/android/gms/appset/AppSetIdClient;
|
|
|
|
move-result-object p0
|
|
|
|
invoke-interface {p0}, Lcom/google/android/gms/appset/AppSetIdClient;->getAppSetIdInfo()Lcom/google/android/gms/tasks/Task;
|
|
|
|
move-result-object p0
|
|
|
|
new-instance v0, Lcom/applovin/impl/f5$a;
|
|
|
|
invoke-direct {v0}, Lcom/applovin/impl/f5$a;-><init>()V
|
|
|
|
invoke-virtual {p0, v0}, Lcom/google/android/gms/tasks/Task;->addOnSuccessListener(Lcom/google/android/gms/tasks/OnSuccessListener;)Lcom/google/android/gms/tasks/Task;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
:catchall_0
|
|
return-void
|
|
.end method
|