- 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
81 lines
2.0 KiB
Smali
81 lines
2.0 KiB
Smali
.class final Lcom/google/android/gms/internal/ads/zzavf;
|
|
.super Landroid/net/ConnectivityManager$NetworkCallback;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic zza:Lcom/google/android/gms/internal/ads/zzavg;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/google/android/gms/internal/ads/zzavg;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/ads/zzavf;->zza:Lcom/google/android/gms/internal/ads/zzavg;
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Landroid/net/ConnectivityManager$NetworkCallback;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final onCapabilitiesChanged(Landroid/net/Network;Landroid/net/NetworkCapabilities;)V
|
|
.locals 1
|
|
|
|
const-class p1, Lcom/google/android/gms/internal/ads/zzavg;
|
|
|
|
.line 1
|
|
monitor-enter p1
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzavf;->zza:Lcom/google/android/gms/internal/ads/zzavg;
|
|
|
|
invoke-static {v0, p2}, Lcom/google/android/gms/internal/ads/zzavg;->zzd(Lcom/google/android/gms/internal/ads/zzavg;Landroid/net/NetworkCapabilities;)V
|
|
|
|
.line 2
|
|
monitor-exit p1
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception p2
|
|
|
|
monitor-exit p1
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
throw p2
|
|
.end method
|
|
|
|
.method public final onLost(Landroid/net/Network;)V
|
|
.locals 2
|
|
|
|
const-class p1, Lcom/google/android/gms/internal/ads/zzavg;
|
|
|
|
.line 1
|
|
monitor-enter p1
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzavf;->zza:Lcom/google/android/gms/internal/ads/zzavg;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-static {v0, v1}, Lcom/google/android/gms/internal/ads/zzavg;->zzd(Lcom/google/android/gms/internal/ads/zzavg;Landroid/net/NetworkCapabilities;)V
|
|
|
|
.line 2
|
|
monitor-exit p1
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
monitor-exit p1
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
throw v0
|
|
.end method
|