Files
rr3-apk/smali_classes2/com/facebook/share/model/ShareMedia.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

156 lines
4.0 KiB
Smali

.class public abstract Lcom/facebook/share/model/ShareMedia;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/facebook/share/model/ShareModel;
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/facebook/share/model/ShareMedia$Type;,
Lcom/facebook/share/model/ShareMedia$Builder;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<M:",
"Lcom/facebook/share/model/ShareMedia<",
"TM;TB;>;B:",
"Lcom/facebook/share/model/ShareMedia$Builder<",
"TM;TB;>;>",
"Ljava/lang/Object;",
"Lcom/facebook/share/model/ShareModel;"
}
.end annotation
# instance fields
.field private final params:Landroid/os/Bundle;
# direct methods
.method public constructor <init>(Landroid/os/Parcel;)V
.locals 1
const-string v0, "parcel"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
.line 32
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 33
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
move-result-object v0
invoke-virtual {v0}, Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
move-result-object v0
invoke-virtual {p1, v0}, Landroid/os/Parcel;->readBundle(Ljava/lang/ClassLoader;)Landroid/os/Bundle;
move-result-object p1
if-nez p1, :cond_0
new-instance p1, Landroid/os/Bundle;
invoke-direct {p1}, Landroid/os/Bundle;-><init>()V
:cond_0
iput-object p1, p0, Lcom/facebook/share/model/ShareMedia;->params:Landroid/os/Bundle;
return-void
.end method
.method public constructor <init>(Lcom/facebook/share/model/ShareMedia$Builder;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/facebook/share/model/ShareMedia$Builder<",
"TM;TB;>;)V"
}
.end annotation
const-string v0, "builder"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
.line 28
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 29
new-instance v0, Landroid/os/Bundle;
invoke-virtual {p1}, Lcom/facebook/share/model/ShareMedia$Builder;->getParams$facebook_common_release()Landroid/os/Bundle;
move-result-object p1
invoke-direct {v0, p1}, Landroid/os/Bundle;-><init>(Landroid/os/Bundle;)V
iput-object v0, p0, Lcom/facebook/share/model/ShareMedia;->params:Landroid/os/Bundle;
return-void
.end method
.method public static final synthetic access$getParams$p(Lcom/facebook/share/model/ShareMedia;)Landroid/os/Bundle;
.locals 0
.line 16
iget-object p0, p0, Lcom/facebook/share/model/ShareMedia;->params:Landroid/os/Bundle;
return-object p0
.end method
# virtual methods
.method public describeContents()I
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public abstract getMediaType()Lcom/facebook/share/model/ShareMedia$Type;
.end method
.method public final getParameters()Landroid/os/Bundle;
.locals 2
.line 26
new-instance v0, Landroid/os/Bundle;
iget-object v1, p0, Lcom/facebook/share/model/ShareMedia;->params:Landroid/os/Bundle;
invoke-direct {v0, v1}, Landroid/os/Bundle;-><init>(Landroid/os/Bundle;)V
return-object v0
.end method
.method public writeToParcel(Landroid/os/Parcel;I)V
.locals 0
const-string p2, "dest"
invoke-static {p1, p2}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
iget-object p2, p0, Lcom/facebook/share/model/ShareMedia;->params:Landroid/os/Bundle;
.line 39
invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeBundle(Landroid/os/Bundle;)V
return-void
.end method