- 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
78 lines
2.3 KiB
Smali
78 lines
2.3 KiB
Smali
.class public Lcom/google/android/ump/ConsentRequestParameters;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/google/android/ump/ConsentRequestParameters$Builder;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final zza:Z
|
|
|
|
.field public final zzb:Ljava/lang/String;
|
|
|
|
.field public final zzc:Lcom/google/android/ump/ConsentDebugSettings;
|
|
|
|
|
|
# direct methods
|
|
.method public synthetic constructor <init>(Lcom/google/android/ump/ConsentRequestParameters$Builder;Lcom/google/android/ump/zzb;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
invoke-static {p1}, Lcom/google/android/ump/ConsentRequestParameters$Builder;->zzc(Lcom/google/android/ump/ConsentRequestParameters$Builder;)Z
|
|
|
|
move-result p2
|
|
|
|
iput-boolean p2, p0, Lcom/google/android/ump/ConsentRequestParameters;->zza:Z
|
|
|
|
invoke-static {p1}, Lcom/google/android/ump/ConsentRequestParameters$Builder;->zzb(Lcom/google/android/ump/ConsentRequestParameters$Builder;)Ljava/lang/String;
|
|
|
|
move-result-object p2
|
|
|
|
iput-object p2, p0, Lcom/google/android/ump/ConsentRequestParameters;->zzb:Ljava/lang/String;
|
|
|
|
invoke-static {p1}, Lcom/google/android/ump/ConsentRequestParameters$Builder;->zza(Lcom/google/android/ump/ConsentRequestParameters$Builder;)Lcom/google/android/ump/ConsentDebugSettings;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lcom/google/android/ump/ConsentRequestParameters;->zzc:Lcom/google/android/ump/ConsentDebugSettings;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getConsentDebugSettings()Lcom/google/android/ump/ConsentDebugSettings;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/RecentlyNullable;
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/google/android/ump/ConsentRequestParameters;->zzc:Lcom/google/android/ump/ConsentDebugSettings;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public isTagForUnderAgeOfConsent()Z
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Lcom/google/android/ump/ConsentRequestParameters;->zza:Z
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final zza()Ljava/lang/String;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/RecentlyNullable;
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/google/android/ump/ConsentRequestParameters;->zzb:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|