- 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
161 lines
5.0 KiB
Smali
161 lines
5.0 KiB
Smali
.class Landroidx/core/app/NotificationCompatSideChannelService$NotificationSideChannelStub;
|
|
.super Landroid/support/v4/app/INotificationSideChannel$Stub;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/core/app/NotificationCompatSideChannelService;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = "NotificationSideChannelStub"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Landroidx/core/app/NotificationCompatSideChannelService;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroidx/core/app/NotificationCompatSideChannelService;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Landroidx/core/app/NotificationCompatSideChannelService$NotificationSideChannelStub;->this$0:Landroidx/core/app/NotificationCompatSideChannelService;
|
|
|
|
.line 78
|
|
invoke-direct {p0}, Landroid/support/v4/app/INotificationSideChannel$Stub;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public cancel(Ljava/lang/String;ILjava/lang/String;)V
|
|
.locals 3
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroid/os/RemoteException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Landroidx/core/app/NotificationCompatSideChannelService$NotificationSideChannelStub;->this$0:Landroidx/core/app/NotificationCompatSideChannelService;
|
|
|
|
.line 95
|
|
invoke-static {}, Landroid/os/Binder;->getCallingUid()I
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {v0, v1, p1}, Landroidx/core/app/NotificationCompatSideChannelService;->checkPermission(ILjava/lang/String;)V
|
|
|
|
.line 96
|
|
invoke-static {}, Landroid/os/Binder;->clearCallingIdentity()J
|
|
|
|
move-result-wide v0
|
|
|
|
:try_start_0
|
|
iget-object v2, p0, Landroidx/core/app/NotificationCompatSideChannelService$NotificationSideChannelStub;->this$0:Landroidx/core/app/NotificationCompatSideChannelService;
|
|
|
|
.line 98
|
|
invoke-virtual {v2, p1, p2, p3}, Landroidx/core/app/NotificationCompatSideChannelService;->cancel(Ljava/lang/String;ILjava/lang/String;)V
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 100
|
|
invoke-static {v0, v1}, Landroid/os/Binder;->restoreCallingIdentity(J)V
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
invoke-static {v0, v1}, Landroid/os/Binder;->restoreCallingIdentity(J)V
|
|
|
|
.line 101
|
|
throw p1
|
|
.end method
|
|
|
|
.method public cancelAll(Ljava/lang/String;)V
|
|
.locals 3
|
|
|
|
iget-object v0, p0, Landroidx/core/app/NotificationCompatSideChannelService$NotificationSideChannelStub;->this$0:Landroidx/core/app/NotificationCompatSideChannelService;
|
|
|
|
.line 106
|
|
invoke-static {}, Landroid/os/Binder;->getCallingUid()I
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {v0, v1, p1}, Landroidx/core/app/NotificationCompatSideChannelService;->checkPermission(ILjava/lang/String;)V
|
|
|
|
.line 107
|
|
invoke-static {}, Landroid/os/Binder;->clearCallingIdentity()J
|
|
|
|
move-result-wide v0
|
|
|
|
:try_start_0
|
|
iget-object v2, p0, Landroidx/core/app/NotificationCompatSideChannelService$NotificationSideChannelStub;->this$0:Landroidx/core/app/NotificationCompatSideChannelService;
|
|
|
|
.line 109
|
|
invoke-virtual {v2, p1}, Landroidx/core/app/NotificationCompatSideChannelService;->cancelAll(Ljava/lang/String;)V
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 111
|
|
invoke-static {v0, v1}, Landroid/os/Binder;->restoreCallingIdentity(J)V
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
invoke-static {v0, v1}, Landroid/os/Binder;->restoreCallingIdentity(J)V
|
|
|
|
.line 112
|
|
throw p1
|
|
.end method
|
|
|
|
.method public notify(Ljava/lang/String;ILjava/lang/String;Landroid/app/Notification;)V
|
|
.locals 3
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroid/os/RemoteException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Landroidx/core/app/NotificationCompatSideChannelService$NotificationSideChannelStub;->this$0:Landroidx/core/app/NotificationCompatSideChannelService;
|
|
|
|
.line 84
|
|
invoke-static {}, Landroid/os/Binder;->getCallingUid()I
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {v0, v1, p1}, Landroidx/core/app/NotificationCompatSideChannelService;->checkPermission(ILjava/lang/String;)V
|
|
|
|
.line 85
|
|
invoke-static {}, Landroid/os/Binder;->clearCallingIdentity()J
|
|
|
|
move-result-wide v0
|
|
|
|
:try_start_0
|
|
iget-object v2, p0, Landroidx/core/app/NotificationCompatSideChannelService$NotificationSideChannelStub;->this$0:Landroidx/core/app/NotificationCompatSideChannelService;
|
|
|
|
.line 87
|
|
invoke-virtual {v2, p1, p2, p3, p4}, Landroidx/core/app/NotificationCompatSideChannelService;->notify(Ljava/lang/String;ILjava/lang/String;Landroid/app/Notification;)V
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 89
|
|
invoke-static {v0, v1}, Landroid/os/Binder;->restoreCallingIdentity(J)V
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
invoke-static {v0, v1}, Landroid/os/Binder;->restoreCallingIdentity(J)V
|
|
|
|
.line 90
|
|
throw p1
|
|
.end method
|