- 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
119 lines
2.9 KiB
Smali
119 lines
2.9 KiB
Smali
.class public final Lcom/android/billingclient/api/ProductDetails$PricingPhase;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/android/billingclient/api/ProductDetails;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "PricingPhase"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final zza:Ljava/lang/String;
|
|
|
|
.field public final zzb:J
|
|
|
|
.field public final zzc:Ljava/lang/String;
|
|
|
|
.field public final zzd:Ljava/lang/String;
|
|
|
|
.field public final zze:I
|
|
|
|
.field public final zzf:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lorg/json/JSONObject;)V
|
|
.locals 2
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
const-string v0, "billingPeriod"
|
|
|
|
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->optString(Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/android/billingclient/api/ProductDetails$PricingPhase;->zzd:Ljava/lang/String;
|
|
|
|
const-string v0, "priceCurrencyCode"
|
|
|
|
.line 2
|
|
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->optString(Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/android/billingclient/api/ProductDetails$PricingPhase;->zzc:Ljava/lang/String;
|
|
|
|
const-string v0, "formattedPrice"
|
|
|
|
.line 3
|
|
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->optString(Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/android/billingclient/api/ProductDetails$PricingPhase;->zza:Ljava/lang/String;
|
|
|
|
const-string v0, "priceAmountMicros"
|
|
|
|
.line 4
|
|
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->optLong(Ljava/lang/String;)J
|
|
|
|
move-result-wide v0
|
|
|
|
iput-wide v0, p0, Lcom/android/billingclient/api/ProductDetails$PricingPhase;->zzb:J
|
|
|
|
const-string v0, "recurrenceMode"
|
|
|
|
.line 5
|
|
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;)I
|
|
|
|
move-result v0
|
|
|
|
iput v0, p0, Lcom/android/billingclient/api/ProductDetails$PricingPhase;->zzf:I
|
|
|
|
const-string v0, "billingCycleCount"
|
|
|
|
.line 6
|
|
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;)I
|
|
|
|
move-result p1
|
|
|
|
iput p1, p0, Lcom/android/billingclient/api/ProductDetails$PricingPhase;->zze:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getFormattedPrice()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/android/billingclient/api/ProductDetails$PricingPhase;->zza:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getPriceAmountMicros()J
|
|
.locals 2
|
|
|
|
iget-wide v0, p0, Lcom/android/billingclient/api/ProductDetails$PricingPhase;->zzb:J
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public getPriceCurrencyCode()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/android/billingclient/api/ProductDetails$PricingPhase;->zzc:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|