- 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
147 lines
4.7 KiB
Smali
147 lines
4.7 KiB
Smali
.class public Lcom/google/firebase/abt/component/AbtRegistrar;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/firebase/components/ComponentRegistrar;
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/Keep;
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final LIBRARY_NAME:Ljava/lang/String; = "fire-abt"
|
|
|
|
|
|
# direct methods
|
|
.method public static synthetic $r8$lambda$3USTY8KnDrWGbMR1g4fhgVI5TdM(Lcom/google/firebase/components/ComponentContainer;)Lcom/google/firebase/abt/component/AbtComponent;
|
|
.locals 0
|
|
|
|
.line 0
|
|
invoke-static {p0}, Lcom/google/firebase/abt/component/AbtRegistrar;->lambda$getComponents$0(Lcom/google/firebase/components/ComponentContainer;)Lcom/google/firebase/abt/component/AbtComponent;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 34
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private static synthetic lambda$getComponents$0(Lcom/google/firebase/components/ComponentContainer;)Lcom/google/firebase/abt/component/AbtComponent;
|
|
.locals 3
|
|
|
|
.line 46
|
|
new-instance v0, Lcom/google/firebase/abt/component/AbtComponent;
|
|
|
|
const-class v1, Landroid/content/Context;
|
|
|
|
.line 47
|
|
invoke-interface {p0, v1}, Lcom/google/firebase/components/ComponentContainer;->get(Ljava/lang/Class;)Ljava/lang/Object;
|
|
|
|
move-result-object v1
|
|
|
|
check-cast v1, Landroid/content/Context;
|
|
|
|
const-class v2, Lcom/google/firebase/analytics/connector/AnalyticsConnector;
|
|
|
|
.line 48
|
|
invoke-interface {p0, v2}, Lcom/google/firebase/components/ComponentContainer;->getProvider(Ljava/lang/Class;)Lcom/google/firebase/inject/Provider;
|
|
|
|
move-result-object p0
|
|
|
|
invoke-direct {v0, v1, p0}, Lcom/google/firebase/abt/component/AbtComponent;-><init>(Landroid/content/Context;Lcom/google/firebase/inject/Provider;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getComponents()Ljava/util/List;
|
|
.locals 3
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"Lcom/google/firebase/components/Component;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
const-class v0, Lcom/google/firebase/abt/component/AbtComponent;
|
|
|
|
.line 40
|
|
invoke-static {v0}, Lcom/google/firebase/components/Component;->builder(Ljava/lang/Class;)Lcom/google/firebase/components/Component$Builder;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v1, "fire-abt"
|
|
|
|
.line 41
|
|
invoke-virtual {v0, v1}, Lcom/google/firebase/components/Component$Builder;->name(Ljava/lang/String;)Lcom/google/firebase/components/Component$Builder;
|
|
|
|
move-result-object v0
|
|
|
|
const-class v2, Landroid/content/Context;
|
|
|
|
.line 42
|
|
invoke-static {v2}, Lcom/google/firebase/components/Dependency;->required(Ljava/lang/Class;)Lcom/google/firebase/components/Dependency;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v0, v2}, Lcom/google/firebase/components/Component$Builder;->add(Lcom/google/firebase/components/Dependency;)Lcom/google/firebase/components/Component$Builder;
|
|
|
|
move-result-object v0
|
|
|
|
const-class v2, Lcom/google/firebase/analytics/connector/AnalyticsConnector;
|
|
|
|
.line 43
|
|
invoke-static {v2}, Lcom/google/firebase/components/Dependency;->optionalProvider(Ljava/lang/Class;)Lcom/google/firebase/components/Dependency;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v0, v2}, Lcom/google/firebase/components/Component$Builder;->add(Lcom/google/firebase/components/Dependency;)Lcom/google/firebase/components/Component$Builder;
|
|
|
|
move-result-object v0
|
|
|
|
new-instance v2, Lcom/google/firebase/abt/component/AbtRegistrar$$ExternalSyntheticLambda0;
|
|
|
|
invoke-direct {v2}, Lcom/google/firebase/abt/component/AbtRegistrar$$ExternalSyntheticLambda0;-><init>()V
|
|
|
|
.line 44
|
|
invoke-virtual {v0, v2}, Lcom/google/firebase/components/Component$Builder;->factory(Lcom/google/firebase/components/ComponentFactory;)Lcom/google/firebase/components/Component$Builder;
|
|
|
|
move-result-object v0
|
|
|
|
.line 49
|
|
invoke-virtual {v0}, Lcom/google/firebase/components/Component$Builder;->build()Lcom/google/firebase/components/Component;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v2, "21.1.1"
|
|
|
|
.line 50
|
|
invoke-static {v1, v2}, Lcom/google/firebase/platforminfo/LibraryVersionComponent;->create(Ljava/lang/String;Ljava/lang/String;)Lcom/google/firebase/components/Component;
|
|
|
|
move-result-object v1
|
|
|
|
filled-new-array {v0, v1}, [Lcom/google/firebase/components/Component;
|
|
|
|
move-result-object v0
|
|
|
|
.line 39
|
|
invoke-static {v0}, Ljava/util/Arrays;->asList([Ljava/lang/Object;)Ljava/util/List;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|