- 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
105 lines
2.5 KiB
Smali
105 lines
2.5 KiB
Smali
.class Landroidx/core/app/RemoteActionCompat$Api26Impl;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
value = 0x1a
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/core/app/RemoteActionCompat;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "Api26Impl"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 223
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static createRemoteAction(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)Landroid/app/RemoteAction;
|
|
.locals 1
|
|
|
|
.line 249
|
|
new-instance v0, Landroid/app/RemoteAction;
|
|
|
|
invoke-direct {v0, p0, p1, p2, p3}, Landroid/app/RemoteAction;-><init>(Landroid/graphics/drawable/Icon;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static getActionIntent(Landroid/app/RemoteAction;)Landroid/app/PendingIntent;
|
|
.locals 0
|
|
|
|
.line 232
|
|
invoke-virtual {p0}, Landroid/app/RemoteAction;->getActionIntent()Landroid/app/PendingIntent;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getContentDescription(Landroid/app/RemoteAction;)Ljava/lang/CharSequence;
|
|
.locals 0
|
|
|
|
.line 228
|
|
invoke-virtual {p0}, Landroid/app/RemoteAction;->getContentDescription()Ljava/lang/CharSequence;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getIcon(Landroid/app/RemoteAction;)Landroid/graphics/drawable/Icon;
|
|
.locals 0
|
|
|
|
.line 240
|
|
invoke-virtual {p0}, Landroid/app/RemoteAction;->getIcon()Landroid/graphics/drawable/Icon;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getTitle(Landroid/app/RemoteAction;)Ljava/lang/CharSequence;
|
|
.locals 0
|
|
|
|
.line 236
|
|
invoke-virtual {p0}, Landroid/app/RemoteAction;->getTitle()Ljava/lang/CharSequence;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static isEnabled(Landroid/app/RemoteAction;)Z
|
|
.locals 0
|
|
|
|
.line 244
|
|
invoke-virtual {p0}, Landroid/app/RemoteAction;->isEnabled()Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static setEnabled(Landroid/app/RemoteAction;Z)V
|
|
.locals 0
|
|
|
|
.line 253
|
|
invoke-virtual {p0, p1}, Landroid/app/RemoteAction;->setEnabled(Z)V
|
|
|
|
return-void
|
|
.end method
|