- 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
153 lines
2.8 KiB
Smali
153 lines
2.8 KiB
Smali
.class Lcom/applovin/impl/fg$e;
|
|
.super Landroid/telephony/PhoneStateListener;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/impl/fg;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = "e"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Lcom/applovin/impl/fg;
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>(Lcom/applovin/impl/fg;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/applovin/impl/fg$e;->a:Lcom/applovin/impl/fg;
|
|
|
|
.line 268
|
|
invoke-direct {p0}, Landroid/telephony/PhoneStateListener;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(Lcom/applovin/impl/fg;Lcom/applovin/impl/fg$a;)V
|
|
.locals 0
|
|
|
|
.line 536
|
|
invoke-direct {p0, p1}, Lcom/applovin/impl/fg$e;-><init>(Lcom/applovin/impl/fg;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onDisplayInfoChanged(Landroid/telephony/TelephonyDisplayInfo;)V
|
|
.locals 1
|
|
|
|
.line 283
|
|
invoke-static {p1}, Lcom/applovin/impl/fg$e$$ExternalSyntheticApiModelOutline0;->m(Landroid/telephony/TelephonyDisplayInfo;)I
|
|
|
|
move-result p1
|
|
|
|
const/4 v0, 0x3
|
|
|
|
if-eq p1, v0, :cond_1
|
|
|
|
const/4 v0, 0x4
|
|
|
|
if-ne p1, v0, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
:goto_0
|
|
const/4 p1, 0x1
|
|
|
|
:goto_1
|
|
iget-object v0, p0, Lcom/applovin/impl/fg$e;->a:Lcom/applovin/impl/fg;
|
|
|
|
if-eqz p1, :cond_2
|
|
|
|
const/16 p1, 0xa
|
|
|
|
goto :goto_2
|
|
|
|
:cond_2
|
|
const/4 p1, 0x5
|
|
|
|
.line 287
|
|
:goto_2
|
|
invoke-static {v0, p1}, Lcom/applovin/impl/fg;->a(Lcom/applovin/impl/fg;I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onServiceStateChanged(Landroid/telephony/ServiceState;)V
|
|
.locals 1
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
const-string p1, ""
|
|
|
|
goto :goto_0
|
|
|
|
.line 273
|
|
:cond_0
|
|
invoke-virtual {p1}, Landroid/telephony/ServiceState;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
:goto_0
|
|
const-string v0, "nrState=CONNECTED"
|
|
|
|
.line 275
|
|
invoke-virtual {p1, v0}, Ljava/lang/String;->contains(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_2
|
|
|
|
const-string v0, "nrState=NOT_RESTRICTED"
|
|
|
|
.line 276
|
|
invoke-virtual {p1, v0}, Ljava/lang/String;->contains(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result p1
|
|
|
|
if-eqz p1, :cond_1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
const/4 p1, 0x0
|
|
|
|
goto :goto_2
|
|
|
|
:cond_2
|
|
:goto_1
|
|
const/4 p1, 0x1
|
|
|
|
:goto_2
|
|
iget-object v0, p0, Lcom/applovin/impl/fg$e;->a:Lcom/applovin/impl/fg;
|
|
|
|
if-eqz p1, :cond_3
|
|
|
|
const/16 p1, 0xa
|
|
|
|
goto :goto_3
|
|
|
|
:cond_3
|
|
const/4 p1, 0x5
|
|
|
|
.line 277
|
|
:goto_3
|
|
invoke-static {v0, p1}, Lcom/applovin/impl/fg;->a(Lcom/applovin/impl/fg;I)V
|
|
|
|
return-void
|
|
.end method
|