- 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
56 lines
1.6 KiB
Smali
56 lines
1.6 KiB
Smali
.class public interface abstract Landroidx/appcompat/view/menu/MenuPresenter;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
value = {
|
|
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/appcompat/view/menu/MenuPresenter$Callback;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract collapseItemActionView(Landroidx/appcompat/view/menu/MenuBuilder;Landroidx/appcompat/view/menu/MenuItemImpl;)Z
|
|
.end method
|
|
|
|
.method public abstract expandItemActionView(Landroidx/appcompat/view/menu/MenuBuilder;Landroidx/appcompat/view/menu/MenuItemImpl;)Z
|
|
.end method
|
|
|
|
.method public abstract flagActionItems()Z
|
|
.end method
|
|
|
|
.method public abstract getId()I
|
|
.end method
|
|
|
|
.method public abstract getMenuView(Landroid/view/ViewGroup;)Landroidx/appcompat/view/menu/MenuView;
|
|
.end method
|
|
|
|
.method public abstract initForMenu(Landroid/content/Context;Landroidx/appcompat/view/menu/MenuBuilder;)V
|
|
.end method
|
|
|
|
.method public abstract onCloseMenu(Landroidx/appcompat/view/menu/MenuBuilder;Z)V
|
|
.end method
|
|
|
|
.method public abstract onRestoreInstanceState(Landroid/os/Parcelable;)V
|
|
.end method
|
|
|
|
.method public abstract onSaveInstanceState()Landroid/os/Parcelable;
|
|
.end method
|
|
|
|
.method public abstract onSubMenuSelected(Landroidx/appcompat/view/menu/SubMenuBuilder;)Z
|
|
.end method
|
|
|
|
.method public abstract setCallback(Landroidx/appcompat/view/menu/MenuPresenter$Callback;)V
|
|
.end method
|
|
|
|
.method public abstract updateMenuView(Z)V
|
|
.end method
|