Files
rr3-apk/smali/androidx/core/view/MenuCompat.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

72 lines
1.6 KiB
Smali

.class public final Landroidx/core/view/MenuCompat;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/core/view/MenuCompat$Api28Impl;
}
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 58
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static setGroupDividerEnabled(Landroid/view/Menu;Z)V
.locals 2
.param p0 # Landroid/view/Menu;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 50
instance-of v0, p0, Landroidx/core/internal/view/SupportMenu;
if-eqz v0, :cond_0
.line 52
check-cast p0, Landroidx/core/internal/view/SupportMenu;
invoke-interface {p0, p1}, Landroidx/core/internal/view/SupportMenu;->setGroupDividerEnabled(Z)V
goto :goto_0
:cond_0
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
const/16 v1, 0x1c
if-lt v0, v1, :cond_1
.line 54
invoke-static {p0, p1}, Landroidx/core/view/MenuCompat$Api28Impl;->setGroupDividerEnabled(Landroid/view/Menu;Z)V
:cond_1
:goto_0
return-void
.end method
.method public static setShowAsAction(Landroid/view/MenuItem;I)V
.locals 0
.annotation runtime Landroidx/annotation/ReplaceWith;
expression = "item.setShowAsAction(actionEnum)"
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 39
invoke-interface {p0, p1}, Landroid/view/MenuItem;->setShowAsAction(I)V
return-void
.end method