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

107 lines
2.4 KiB
Smali

.class public abstract Landroid/support/v4/media/session/MediaControllerCompat$TransportControls;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/support/v4/media/session/MediaControllerCompat;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x409
name = "TransportControls"
.end annotation
# static fields
.field public static final EXTRA_LEGACY_STREAM_TYPE:Ljava/lang/String; = "android.media.session.extra.LEGACY_STREAM_TYPE"
# direct methods
.method public constructor <init>()V
.locals 0
.line 1150
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public abstract fastForward()V
.end method
.method public abstract pause()V
.end method
.method public abstract play()V
.end method
.method public abstract playFromMediaId(Ljava/lang/String;Landroid/os/Bundle;)V
.end method
.method public abstract playFromSearch(Ljava/lang/String;Landroid/os/Bundle;)V
.end method
.method public abstract playFromUri(Landroid/net/Uri;Landroid/os/Bundle;)V
.end method
.method public abstract prepare()V
.end method
.method public abstract prepareFromMediaId(Ljava/lang/String;Landroid/os/Bundle;)V
.end method
.method public abstract prepareFromSearch(Ljava/lang/String;Landroid/os/Bundle;)V
.end method
.method public abstract prepareFromUri(Landroid/net/Uri;Landroid/os/Bundle;)V
.end method
.method public abstract rewind()V
.end method
.method public abstract seekTo(J)V
.end method
.method public abstract sendCustomAction(Landroid/support/v4/media/session/PlaybackStateCompat$CustomAction;Landroid/os/Bundle;)V
.end method
.method public abstract sendCustomAction(Ljava/lang/String;Landroid/os/Bundle;)V
.end method
.method public abstract setCaptioningEnabled(Z)V
.end method
.method public setPlaybackSpeed(F)V
.locals 0
return-void
.end method
.method public abstract setRating(Landroid/support/v4/media/RatingCompat;)V
.end method
.method public abstract setRating(Landroid/support/v4/media/RatingCompat;Landroid/os/Bundle;)V
.end method
.method public abstract setRepeatMode(I)V
.end method
.method public abstract setShuffleMode(I)V
.end method
.method public abstract skipToNext()V
.end method
.method public abstract skipToPrevious()V
.end method
.method public abstract skipToQueueItem(J)V
.end method
.method public abstract stop()V
.end method