- 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
91 lines
2.3 KiB
Smali
91 lines
2.3 KiB
Smali
.class public final Lcom/google/android/gms/internal/auth/zzam;
|
|
.super Lcom/google/android/gms/common/internal/GmsClient;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/content/Context;Landroid/os/Looper;Lcom/google/android/gms/common/internal/ClientSettings;Lcom/google/android/gms/common/api/GoogleApiClient$ConnectionCallbacks;Lcom/google/android/gms/common/api/GoogleApiClient$OnConnectionFailedListener;)V
|
|
.locals 7
|
|
|
|
const/16 v3, 0x78
|
|
|
|
move-object v0, p0
|
|
|
|
move-object v1, p1
|
|
|
|
move-object v2, p2
|
|
|
|
move-object v4, p3
|
|
|
|
move-object v5, p4
|
|
|
|
move-object v6, p5
|
|
|
|
.line 1
|
|
invoke-direct/range {v0 .. v6}, Lcom/google/android/gms/common/internal/GmsClient;-><init>(Landroid/content/Context;Landroid/os/Looper;ILcom/google/android/gms/common/internal/ClientSettings;Lcom/google/android/gms/common/api/GoogleApiClient$ConnectionCallbacks;Lcom/google/android/gms/common/api/GoogleApiClient$OnConnectionFailedListener;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final synthetic createServiceInterface(Landroid/os/IBinder;)Landroid/os/IInterface;
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-static {p1}, Lcom/google/android/gms/auth/account/zzd;->zzb(Landroid/os/IBinder;)Lcom/google/android/gms/auth/account/zze;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final getApiFeatures()[Lcom/google/android/gms/common/Feature;
|
|
.locals 3
|
|
|
|
const/4 v0, 0x1
|
|
|
|
new-array v0, v0, [Lcom/google/android/gms/common/Feature;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 1
|
|
sget-object v2, Lcom/google/android/gms/auth/zze;->zzn:Lcom/google/android/gms/common/Feature;
|
|
|
|
aput-object v2, v0, v1
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final getMinApkVersion()I
|
|
.locals 1
|
|
|
|
const v0, 0xbdfcb8
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final getServiceDescriptor()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "com.google.android.gms.auth.account.IWorkAccountService"
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final getStartServiceAction()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "com.google.android.gms.auth.account.workaccount.START"
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final usesClientTelemetry()Z
|
|
.locals 1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
return v0
|
|
.end method
|