Files
rr3-apk/smali/android/support/v4/media/session/MediaSessionCompat$MediaSessionImpl.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

106 lines
2.8 KiB
Smali

.class interface abstract Landroid/support/v4/media/session/MediaSessionCompat$MediaSessionImpl;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/support/v4/media/session/MediaSessionCompat;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "MediaSessionImpl"
.end annotation
# virtual methods
.method public abstract getCallback()Landroid/support/v4/media/session/MediaSessionCompat$Callback;
.end method
.method public abstract getCallingPackage()Ljava/lang/String;
.end method
.method public abstract getCurrentControllerInfo()Landroidx/media/MediaSessionManager$RemoteUserInfo;
.end method
.method public abstract getMediaSession()Ljava/lang/Object;
.end method
.method public abstract getPlaybackState()Landroid/support/v4/media/session/PlaybackStateCompat;
.end method
.method public abstract getRemoteControlClient()Ljava/lang/Object;
.end method
.method public abstract getSessionToken()Landroid/support/v4/media/session/MediaSessionCompat$Token;
.end method
.method public abstract isActive()Z
.end method
.method public abstract release()V
.end method
.method public abstract sendSessionEvent(Ljava/lang/String;Landroid/os/Bundle;)V
.end method
.method public abstract setActive(Z)V
.end method
.method public abstract setCallback(Landroid/support/v4/media/session/MediaSessionCompat$Callback;Landroid/os/Handler;)V
.end method
.method public abstract setCaptioningEnabled(Z)V
.end method
.method public abstract setCurrentControllerInfo(Landroidx/media/MediaSessionManager$RemoteUserInfo;)V
.end method
.method public abstract setExtras(Landroid/os/Bundle;)V
.end method
.method public abstract setFlags(I)V
.end method
.method public abstract setMediaButtonReceiver(Landroid/app/PendingIntent;)V
.end method
.method public abstract setMetadata(Landroid/support/v4/media/MediaMetadataCompat;)V
.end method
.method public abstract setPlaybackState(Landroid/support/v4/media/session/PlaybackStateCompat;)V
.end method
.method public abstract setPlaybackToLocal(I)V
.end method
.method public abstract setPlaybackToRemote(Landroidx/media/VolumeProviderCompat;)V
.end method
.method public abstract setQueue(Ljava/util/List;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Landroid/support/v4/media/session/MediaSessionCompat$QueueItem;",
">;)V"
}
.end annotation
.end method
.method public abstract setQueueTitle(Ljava/lang/CharSequence;)V
.end method
.method public abstract setRatingType(I)V
.end method
.method public abstract setRepeatMode(I)V
.end method
.method public abstract setSessionActivity(Landroid/app/PendingIntent;)V
.end method
.method public abstract setShuffleMode(I)V
.end method