- 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
70 lines
1.6 KiB
Smali
70 lines
1.6 KiB
Smali
.class public final synthetic Lcom/android/billingclient/api/zzw;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic zza:Ljava/util/concurrent/Future;
|
|
|
|
.field public final synthetic zzb:Ljava/lang/Runnable;
|
|
|
|
|
|
# direct methods
|
|
.method public synthetic constructor <init>(Ljava/util/concurrent/Future;Ljava/lang/Runnable;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/android/billingclient/api/zzw;->zza:Ljava/util/concurrent/Future;
|
|
|
|
iput-object p2, p0, Lcom/android/billingclient/api/zzw;->zzb:Ljava/lang/Runnable;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final run()V
|
|
.locals 3
|
|
|
|
iget-object v0, p0, Lcom/android/billingclient/api/zzw;->zza:Ljava/util/concurrent/Future;
|
|
|
|
iget-object v1, p0, Lcom/android/billingclient/api/zzw;->zzb:Ljava/lang/Runnable;
|
|
|
|
.line 1
|
|
invoke-interface {v0}, Ljava/util/concurrent/Future;->isDone()Z
|
|
|
|
move-result v2
|
|
|
|
if-nez v2, :cond_0
|
|
|
|
invoke-interface {v0}, Ljava/util/concurrent/Future;->isCancelled()Z
|
|
|
|
move-result v2
|
|
|
|
if-nez v2, :cond_0
|
|
|
|
const/4 v2, 0x1
|
|
|
|
.line 2
|
|
invoke-interface {v0, v2}, Ljava/util/concurrent/Future;->cancel(Z)Z
|
|
|
|
const-string v0, "BillingClient"
|
|
|
|
const-string v2, "Async task is taking too long, cancel it!"
|
|
|
|
.line 3
|
|
invoke-static {v0, v2}, Lcom/google/android/gms/internal/play_billing/zzb;->zzj(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
.line 4
|
|
invoke-interface {v1}, Ljava/lang/Runnable;->run()V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|