- 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
72 lines
1.8 KiB
Smali
72 lines
1.8 KiB
Smali
.class public interface abstract Lcom/facebook/ads/internal/api/AudienceNetworkActivityApi;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/Keep;
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/UiThread;
|
|
.end annotation
|
|
|
|
.annotation build Lcom/facebook/infer/annotation/Nullsafe;
|
|
value = .enum Lcom/facebook/infer/annotation/Nullsafe$Mode;->LOCAL:Lcom/facebook/infer/annotation/Nullsafe$Mode;
|
|
.end annotation
|
|
|
|
.annotation build Lcom/facebook/proguard/annotations/DoNotStripAny;
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final EXTERNAL_FINISH_REASON:I
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract dump(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V
|
|
.param p2 # Ljava/io/FileDescriptor;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.param p4 # [Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract finish(I)V
|
|
.end method
|
|
|
|
.method public abstract onActivityResult(IILandroid/content/Intent;)V
|
|
.end method
|
|
|
|
.method public abstract onBackPressed()V
|
|
.end method
|
|
|
|
.method public abstract onConfigurationChanged(Landroid/content/res/Configuration;)V
|
|
.end method
|
|
|
|
.method public abstract onCreate(Landroid/os/Bundle;)V
|
|
.end method
|
|
|
|
.method public abstract onDestroy()V
|
|
.end method
|
|
|
|
.method public abstract onPause()V
|
|
.end method
|
|
|
|
.method public abstract onResume()V
|
|
.end method
|
|
|
|
.method public abstract onSaveInstanceState(Landroid/os/Bundle;)V
|
|
.end method
|
|
|
|
.method public abstract onStart()V
|
|
.end method
|
|
|
|
.method public abstract onStop()V
|
|
.end method
|
|
|
|
.method public abstract onTouchEvent(Landroid/view/MotionEvent;)Z
|
|
.end method
|