- 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
60 lines
1.3 KiB
Smali
60 lines
1.3 KiB
Smali
.class public final Lcom/android/billingclient/api/zzbc;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public zza:Z
|
|
|
|
|
|
# direct methods
|
|
.method public synthetic constructor <init>(Lcom/android/billingclient/api/zzbb;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza()Lcom/android/billingclient/api/zzbc;
|
|
.locals 1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
iput-boolean v0, p0, Lcom/android/billingclient/api/zzbc;->zza:Z
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public final zzb()Lcom/android/billingclient/api/zzbe;
|
|
.locals 4
|
|
|
|
iget-boolean v0, p0, Lcom/android/billingclient/api/zzbc;->zza:Z
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/android/billingclient/api/zzbe;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
const/4 v2, 0x0
|
|
|
|
const/4 v3, 0x1
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/android/billingclient/api/zzbe;-><init>(ZZLcom/android/billingclient/api/zzbd;)V
|
|
|
|
return-object v0
|
|
|
|
:cond_0
|
|
new-instance v0, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string v1, "Pending purchases for one-time products must be supported."
|
|
|
|
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v0
|
|
.end method
|