- 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
83 lines
2.6 KiB
Smali
83 lines
2.6 KiB
Smali
.class final Lcom/google/android/gms/common/zac;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Landroid/content/DialogInterface$OnClickListener;
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic zaa:Landroid/app/Activity;
|
|
|
|
.field final synthetic zab:I
|
|
|
|
.field final synthetic zac:Landroidx/activity/result/ActivityResultLauncher;
|
|
|
|
.field final synthetic zad:Lcom/google/android/gms/common/GoogleApiAvailability;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/google/android/gms/common/GoogleApiAvailability;Landroid/app/Activity;ILandroidx/activity/result/ActivityResultLauncher;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/common/zac;->zad:Lcom/google/android/gms/common/GoogleApiAvailability;
|
|
|
|
iput-object p2, p0, Lcom/google/android/gms/common/zac;->zaa:Landroid/app/Activity;
|
|
|
|
iput p3, p0, Lcom/google/android/gms/common/zac;->zab:I
|
|
|
|
iput-object p4, p0, Lcom/google/android/gms/common/zac;->zac:Landroidx/activity/result/ActivityResultLauncher;
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final onClick(Landroid/content/DialogInterface;I)V
|
|
.locals 2
|
|
|
|
.line 1
|
|
invoke-interface {p1}, Landroid/content/DialogInterface;->dismiss()V
|
|
|
|
iget-object p1, p0, Lcom/google/android/gms/common/zac;->zad:Lcom/google/android/gms/common/GoogleApiAvailability;
|
|
|
|
iget-object p2, p0, Lcom/google/android/gms/common/zac;->zaa:Landroid/app/Activity;
|
|
|
|
iget v0, p0, Lcom/google/android/gms/common/zac;->zab:I
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 2
|
|
invoke-virtual {p1, p2, v0, v1}, Lcom/google/android/gms/common/GoogleApiAvailability;->getErrorResolutionPendingIntent(Landroid/content/Context;II)Landroid/app/PendingIntent;
|
|
|
|
move-result-object p1
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
return-void
|
|
|
|
.line 3
|
|
:cond_0
|
|
new-instance p2, Landroidx/activity/result/IntentSenderRequest$Builder;
|
|
|
|
.line 4
|
|
invoke-virtual {p1}, Landroid/app/PendingIntent;->getIntentSender()Landroid/content/IntentSender;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-direct {p2, p1}, Landroidx/activity/result/IntentSenderRequest$Builder;-><init>(Landroid/content/IntentSender;)V
|
|
|
|
invoke-virtual {p2}, Landroidx/activity/result/IntentSenderRequest$Builder;->build()Landroidx/activity/result/IntentSenderRequest;
|
|
|
|
move-result-object p1
|
|
|
|
iget-object p2, p0, Lcom/google/android/gms/common/zac;->zac:Landroidx/activity/result/ActivityResultLauncher;
|
|
|
|
.line 5
|
|
invoke-virtual {p2, p1}, Landroidx/activity/result/ActivityResultLauncher;->launch(Ljava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|