- 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
136 lines
3.2 KiB
Smali
136 lines
3.2 KiB
Smali
.class public final Lcom/google/android/gms/internal/appset/zzd;
|
|
.super Lcom/google/android/gms/common/internal/GmsClient;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/android/gms/common/internal/GmsClient<",
|
|
"Lcom/google/android/gms/internal/appset/zzg;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# 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/internal/ConnectionCallbacks;Lcom/google/android/gms/common/api/internal/OnConnectionFailedListener;)V
|
|
.locals 7
|
|
|
|
const/16 v3, 0x12c
|
|
|
|
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/internal/ConnectionCallbacks;Lcom/google/android/gms/common/api/internal/OnConnectionFailedListener;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final synthetic createServiceInterface(Landroid/os/IBinder;)Landroid/os/IInterface;
|
|
.locals 2
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
const/4 p1, 0x0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const-string v0, "com.google.android.gms.appset.internal.IAppSetService"
|
|
|
|
.line 1
|
|
invoke-interface {p1, v0}, Landroid/os/IBinder;->queryLocalInterface(Ljava/lang/String;)Landroid/os/IInterface;
|
|
|
|
move-result-object v0
|
|
|
|
.line 2
|
|
instance-of v1, v0, Lcom/google/android/gms/internal/appset/zzg;
|
|
|
|
if-eqz v1, :cond_1
|
|
|
|
.line 3
|
|
move-object p1, v0
|
|
|
|
check-cast p1, Lcom/google/android/gms/internal/appset/zzg;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
new-instance v0, Lcom/google/android/gms/internal/appset/zzg;
|
|
|
|
invoke-direct {v0, p1}, Lcom/google/android/gms/internal/appset/zzg;-><init>(Landroid/os/IBinder;)V
|
|
|
|
move-object p1, v0
|
|
|
|
:goto_0
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final getApiFeatures()[Lcom/google/android/gms/common/Feature;
|
|
.locals 1
|
|
|
|
.line 1
|
|
sget-object v0, Lcom/google/android/gms/appset/zze;->zzb:[Lcom/google/android/gms/common/Feature;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final getMinApkVersion()I
|
|
.locals 1
|
|
|
|
const v0, 0xcaf1200
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final getServiceDescriptor()Ljava/lang/String;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
const-string v0, "com.google.android.gms.appset.internal.IAppSetService"
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final getStartServiceAction()Ljava/lang/String;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
const-string v0, "com.google.android.gms.appset.service.START"
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final getUseDynamicLookup()Z
|
|
.locals 1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final usesClientTelemetry()Z
|
|
.locals 1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
return v0
|
|
.end method
|