- 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
80 lines
1.8 KiB
Smali
80 lines
1.8 KiB
Smali
.class public final Lcom/google/android/gms/ads/AdValue;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/google/android/gms/ads/AdValue$PrecisionType;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final zza:I
|
|
|
|
.field private final zzb:Ljava/lang/String;
|
|
|
|
.field private final zzc:J
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>(ILjava/lang/String;J)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput p1, p0, Lcom/google/android/gms/ads/AdValue;->zza:I
|
|
|
|
iput-object p2, p0, Lcom/google/android/gms/ads/AdValue;->zzb:Ljava/lang/String;
|
|
|
|
iput-wide p3, p0, Lcom/google/android/gms/ads/AdValue;->zzc:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static zza(ILjava/lang/String;J)Lcom/google/android/gms/ads/AdValue;
|
|
.locals 1
|
|
.param p1 # Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
new-instance v0, Lcom/google/android/gms/ads/AdValue;
|
|
|
|
invoke-direct {v0, p0, p1, p2, p3}, Lcom/google/android/gms/ads/AdValue;-><init>(ILjava/lang/String;J)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getCurrencyCode()Ljava/lang/String;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/ads/AdValue;->zzb:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getPrecisionType()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/android/gms/ads/AdValue;->zza:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getValueMicros()J
|
|
.locals 2
|
|
|
|
iget-wide v0, p0, Lcom/google/android/gms/ads/AdValue;->zzc:J
|
|
|
|
return-wide v0
|
|
.end method
|