- 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
88 lines
2.4 KiB
Smali
88 lines
2.4 KiB
Smali
.class public final Lcom/google/android/gms/internal/auth-api-phone/zzac;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final zza:Lcom/google/android/gms/common/Feature;
|
|
|
|
.field public static final zzb:Lcom/google/android/gms/common/Feature;
|
|
|
|
.field public static final zzc:Lcom/google/android/gms/common/Feature;
|
|
|
|
.field public static final zzd:Lcom/google/android/gms/common/Feature;
|
|
|
|
.field public static final zze:[Lcom/google/android/gms/common/Feature;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 7
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/google/android/gms/common/Feature;
|
|
|
|
const-string v1, "sms_code_autofill"
|
|
|
|
const-wide/16 v2, 0x2
|
|
|
|
invoke-direct {v0, v1, v2, v3}, Lcom/google/android/gms/common/Feature;-><init>(Ljava/lang/String;J)V
|
|
|
|
sput-object v0, Lcom/google/android/gms/internal/auth-api-phone/zzac;->zza:Lcom/google/android/gms/common/Feature;
|
|
|
|
new-instance v1, Lcom/google/android/gms/common/Feature;
|
|
|
|
const-string v4, "sms_code_browser"
|
|
|
|
.line 2
|
|
invoke-direct {v1, v4, v2, v3}, Lcom/google/android/gms/common/Feature;-><init>(Ljava/lang/String;J)V
|
|
|
|
sput-object v1, Lcom/google/android/gms/internal/auth-api-phone/zzac;->zzb:Lcom/google/android/gms/common/Feature;
|
|
|
|
new-instance v2, Lcom/google/android/gms/common/Feature;
|
|
|
|
const-string v3, "sms_retrieve"
|
|
|
|
const-wide/16 v4, 0x1
|
|
|
|
.line 3
|
|
invoke-direct {v2, v3, v4, v5}, Lcom/google/android/gms/common/Feature;-><init>(Ljava/lang/String;J)V
|
|
|
|
sput-object v2, Lcom/google/android/gms/internal/auth-api-phone/zzac;->zzc:Lcom/google/android/gms/common/Feature;
|
|
|
|
new-instance v3, Lcom/google/android/gms/common/Feature;
|
|
|
|
const-string v4, "user_consent"
|
|
|
|
const-wide/16 v5, 0x3
|
|
|
|
.line 4
|
|
invoke-direct {v3, v4, v5, v6}, Lcom/google/android/gms/common/Feature;-><init>(Ljava/lang/String;J)V
|
|
|
|
sput-object v3, Lcom/google/android/gms/internal/auth-api-phone/zzac;->zzd:Lcom/google/android/gms/common/Feature;
|
|
|
|
const/4 v4, 0x4
|
|
|
|
new-array v4, v4, [Lcom/google/android/gms/common/Feature;
|
|
|
|
const/4 v5, 0x0
|
|
|
|
aput-object v0, v4, v5
|
|
|
|
const/4 v0, 0x1
|
|
|
|
aput-object v1, v4, v0
|
|
|
|
const/4 v0, 0x2
|
|
|
|
aput-object v2, v4, v0
|
|
|
|
const/4 v0, 0x3
|
|
|
|
aput-object v3, v4, v0
|
|
|
|
sput-object v4, Lcom/google/android/gms/internal/auth-api-phone/zzac;->zze:[Lcom/google/android/gms/common/Feature;
|
|
|
|
return-void
|
|
.end method
|