Files
rr3-apk/smali/androidx/media/utils/MediaConstants.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

191 lines
6.5 KiB
Smali

.class public final Landroidx/media/utils/MediaConstants;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final BROWSER_ROOT_HINTS_KEY_MEDIA_ART_SIZE_PIXELS:Ljava/lang/String; = "android.media.extras.MEDIA_ART_SIZE_HINT_PIXELS"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final BROWSER_ROOT_HINTS_KEY_ROOT_CHILDREN_LIMIT:Ljava/lang/String; = "androidx.media.MediaBrowserCompat.Extras.KEY_ROOT_CHILDREN_LIMIT"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final BROWSER_ROOT_HINTS_KEY_ROOT_CHILDREN_SUPPORTED_FLAGS:Ljava/lang/String; = "androidx.media.MediaBrowserCompat.Extras.KEY_ROOT_CHILDREN_SUPPORTED_FLAGS"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final BROWSER_SERVICE_EXTRAS_KEY_SEARCH_SUPPORTED:Ljava/lang/String; = "android.media.browse.SEARCH_SUPPORTED"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final DESCRIPTION_EXTRAS_KEY_COMPLETION_STATUS:Ljava/lang/String; = "android.media.extra.PLAYBACK_STATUS"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final DESCRIPTION_EXTRAS_KEY_CONTENT_STYLE_BROWSABLE:Ljava/lang/String; = "android.media.browse.CONTENT_STYLE_BROWSABLE_HINT"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final DESCRIPTION_EXTRAS_KEY_CONTENT_STYLE_GROUP_TITLE:Ljava/lang/String; = "android.media.browse.CONTENT_STYLE_GROUP_TITLE_HINT"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final DESCRIPTION_EXTRAS_KEY_CONTENT_STYLE_PLAYABLE:Ljava/lang/String; = "android.media.browse.CONTENT_STYLE_PLAYABLE_HINT"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final DESCRIPTION_EXTRAS_VALUE_COMPLETION_STATUS_FULLY_PLAYED:I = 0x2
.field public static final DESCRIPTION_EXTRAS_VALUE_COMPLETION_STATUS_NOT_PLAYED:I = 0x0
.field public static final DESCRIPTION_EXTRAS_VALUE_COMPLETION_STATUS_PARTIALLY_PLAYED:I = 0x1
.field public static final DESCRIPTION_EXTRAS_VALUE_CONTENT_STYLE_CATEGORY_GRID_ITEM:I = 0x4
.field public static final DESCRIPTION_EXTRAS_VALUE_CONTENT_STYLE_CATEGORY_LIST_ITEM:I = 0x3
.field public static final DESCRIPTION_EXTRAS_VALUE_CONTENT_STYLE_GRID_ITEM:I = 0x2
.field public static final DESCRIPTION_EXTRAS_VALUE_CONTENT_STYLE_LIST_ITEM:I = 0x1
.field public static final METADATA_KEY_CONTENT_ID:Ljava/lang/String; = "androidx.media.MediaMetadatCompat.METADATA_KEY_CONTENT_ID"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final METADATA_KEY_IS_ADVERTISEMENT:Ljava/lang/String; = "android.media.metadata.ADVERTISEMENT"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final METADATA_KEY_IS_EXPLICIT:Ljava/lang/String; = "android.media.IS_EXPLICIT"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final METADATA_VALUE_ATTRIBUTE_PRESENT:J = 0x1L
.field public static final PLAYBACK_STATE_EXTRAS_KEY_ERROR_RESOLUTION_ACTION_INTENT:Ljava/lang/String; = "android.media.extras.ERROR_RESOLUTION_ACTION_INTENT"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final PLAYBACK_STATE_EXTRAS_KEY_ERROR_RESOLUTION_ACTION_LABEL:Ljava/lang/String; = "android.media.extras.ERROR_RESOLUTION_ACTION_LABEL"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final PLAYBACK_STATE_EXTRAS_KEY_MEDIA_ID:Ljava/lang/String; = "androidx.media.PlaybackStateCompat.Extras.KEY_MEDIA_ID"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final SESSION_EXTRAS_KEY_ACCOUNT_NAME:Ljava/lang/String; = "androidx.media.MediaSessionCompat.Extras.KEY_ACCOUNT_NAME"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final SESSION_EXTRAS_KEY_ACCOUNT_TYPE:Ljava/lang/String; = "androidx.media.MediaSessionCompat.Extras.KEY_ACCOUNT_TYPE"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final SESSION_EXTRAS_KEY_AUTHTOKEN:Ljava/lang/String; = "androidx.media.MediaSessionCompat.Extras.KEY_AUTHTOKEN"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
.end field
.field public static final SESSION_EXTRAS_KEY_SLOT_RESERVATION_SKIP_TO_NEXT:Ljava/lang/String; = "android.media.playback.ALWAYS_RESERVE_SPACE_FOR.ACTION_SKIP_TO_NEXT"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
.field public static final SESSION_EXTRAS_KEY_SLOT_RESERVATION_SKIP_TO_PREV:Ljava/lang/String; = "android.media.playback.ALWAYS_RESERVE_SPACE_FOR.ACTION_SKIP_TO_PREVIOUS"
.annotation build Landroid/annotation/SuppressLint;
value = {
"IntentName"
}
.end annotation
.end field
# direct methods
.method private constructor <init>()V
.locals 0
.line 451
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method