Files
rr3-apk/smali/androidx/core/app/NotificationManagerCompat$Api26Impl.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

177 lines
4.8 KiB
Smali

.class Landroidx/core/app/NotificationManagerCompat$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/NotificationManagerCompat;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Api26Impl"
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 1288
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static createNotificationChannel(Landroid/app/NotificationManager;Landroid/app/NotificationChannel;)V
.locals 0
.line 1294
invoke-virtual {p0, p1}, Landroid/app/NotificationManager;->createNotificationChannel(Landroid/app/NotificationChannel;)V
return-void
.end method
.method public static createNotificationChannelGroup(Landroid/app/NotificationManager;Landroid/app/NotificationChannelGroup;)V
.locals 0
.line 1314
invoke-virtual {p0, p1}, Landroid/app/NotificationManager;->createNotificationChannelGroup(Landroid/app/NotificationChannelGroup;)V
return-void
.end method
.method public static createNotificationChannelGroups(Landroid/app/NotificationManager;Ljava/util/List;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/app/NotificationManager;",
"Ljava/util/List<",
"Landroid/app/NotificationChannelGroup;",
">;)V"
}
.end annotation
.line 1319
invoke-virtual {p0, p1}, Landroid/app/NotificationManager;->createNotificationChannelGroups(Ljava/util/List;)V
return-void
.end method
.method public static createNotificationChannels(Landroid/app/NotificationManager;Ljava/util/List;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/app/NotificationManager;",
"Ljava/util/List<",
"Landroid/app/NotificationChannel;",
">;)V"
}
.end annotation
.line 1304
invoke-virtual {p0, p1}, Landroid/app/NotificationManager;->createNotificationChannels(Ljava/util/List;)V
return-void
.end method
.method public static deleteNotificationChannel(Landroid/app/NotificationManager;Ljava/lang/String;)V
.locals 0
.line 1329
invoke-virtual {p0, p1}, Landroid/app/NotificationManager;->deleteNotificationChannel(Ljava/lang/String;)V
return-void
.end method
.method public static deleteNotificationChannelGroup(Landroid/app/NotificationManager;Ljava/lang/String;)V
.locals 0
.line 1334
invoke-virtual {p0, p1}, Landroid/app/NotificationManager;->deleteNotificationChannelGroup(Ljava/lang/String;)V
return-void
.end method
.method public static getId(Landroid/app/NotificationChannel;)Ljava/lang/String;
.locals 0
.line 1339
invoke-virtual {p0}, Landroid/app/NotificationChannel;->getId()Ljava/lang/String;
move-result-object p0
return-object p0
.end method
.method public static getId(Landroid/app/NotificationChannelGroup;)Ljava/lang/String;
.locals 0
.line 1343
invoke-virtual {p0}, Landroid/app/NotificationChannelGroup;->getId()Ljava/lang/String;
move-result-object p0
return-object p0
.end method
.method public static getNotificationChannel(Landroid/app/NotificationManager;Ljava/lang/String;)Landroid/app/NotificationChannel;
.locals 0
.line 1299
invoke-virtual {p0, p1}, Landroid/app/NotificationManager;->getNotificationChannel(Ljava/lang/String;)Landroid/app/NotificationChannel;
move-result-object p0
return-object p0
.end method
.method public static getNotificationChannelGroups(Landroid/app/NotificationManager;)Ljava/util/List;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/app/NotificationManager;",
")",
"Ljava/util/List<",
"Landroid/app/NotificationChannelGroup;",
">;"
}
.end annotation
.line 1324
invoke-virtual {p0}, Landroid/app/NotificationManager;->getNotificationChannelGroups()Ljava/util/List;
move-result-object p0
return-object p0
.end method
.method public static getNotificationChannels(Landroid/app/NotificationManager;)Ljava/util/List;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/app/NotificationManager;",
")",
"Ljava/util/List<",
"Landroid/app/NotificationChannel;",
">;"
}
.end annotation
.line 1309
invoke-virtual {p0}, Landroid/app/NotificationManager;->getNotificationChannels()Ljava/util/List;
move-result-object p0
return-object p0
.end method