- 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
129 lines
2.9 KiB
Smali
129 lines
2.9 KiB
Smali
.class Landroidx/core/app/NotificationCompat$Api20Impl;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
value = 0x14
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/core/app/NotificationCompat;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "Api20Impl"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 9442
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static getAllowFreeFormInput(Landroid/app/RemoteInput;)Z
|
|
.locals 0
|
|
|
|
.line 9445
|
|
invoke-virtual {p0}, Landroid/app/RemoteInput;->getAllowFreeFormInput()Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static getChoices(Landroid/app/RemoteInput;)[Ljava/lang/CharSequence;
|
|
.locals 0
|
|
|
|
.line 9449
|
|
invoke-virtual {p0}, Landroid/app/RemoteInput;->getChoices()[Ljava/lang/CharSequence;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getExtras(Landroid/app/Notification$Action;)Landroid/os/Bundle;
|
|
.locals 0
|
|
|
|
.line 9473
|
|
invoke-virtual {p0}, Landroid/app/Notification$Action;->getExtras()Landroid/os/Bundle;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getExtras(Landroid/app/RemoteInput;)Landroid/os/Bundle;
|
|
.locals 0
|
|
|
|
.line 9477
|
|
invoke-virtual {p0}, Landroid/app/RemoteInput;->getExtras()Landroid/os/Bundle;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getGroup(Landroid/app/Notification;)Ljava/lang/String;
|
|
.locals 0
|
|
|
|
.line 9469
|
|
invoke-virtual {p0}, Landroid/app/Notification;->getGroup()Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getLabel(Landroid/app/RemoteInput;)Ljava/lang/CharSequence;
|
|
.locals 0
|
|
|
|
.line 9453
|
|
invoke-virtual {p0}, Landroid/app/RemoteInput;->getLabel()Ljava/lang/CharSequence;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getRemoteInputs(Landroid/app/Notification$Action;)[Landroid/app/RemoteInput;
|
|
.locals 0
|
|
|
|
.line 9461
|
|
invoke-virtual {p0}, Landroid/app/Notification$Action;->getRemoteInputs()[Landroid/app/RemoteInput;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getResultKey(Landroid/app/RemoteInput;)Ljava/lang/String;
|
|
.locals 0
|
|
|
|
.line 9457
|
|
invoke-virtual {p0}, Landroid/app/RemoteInput;->getResultKey()Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getSortKey(Landroid/app/Notification;)Ljava/lang/String;
|
|
.locals 0
|
|
|
|
.line 9465
|
|
invoke-virtual {p0}, Landroid/app/Notification;->getSortKey()Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|