Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-07-17 UTC.
[null,null,["Last updated 2025-07-17 UTC."],[],[],null,["# MediaMetadata.FolderType\n========================\n\nArtifact: [androidx.media3:media3-common](/jetpack/androidx/releases/media3) \n[View Source](https://cs.android.com/search?q=file:androidx/media3/common/MediaMetadata.java+class:androidx.media3.common.MediaMetadata.FolderType)\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/androidx/media3/common/MediaMetadata.FolderType \"View this page in Java\")\n\n\n```\n@Documented\n@Retention(value = RetentionPolicy.SOURCE)\n@Target(value = )\n@IntDef(value = )\nannotation MediaMetadata.FolderType\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\n| **This annotation is deprecated.** \n|\n| Use [isBrowsable](/reference/kotlin/androidx/media3/common/MediaMetadata#isBrowsable()) to indicate if an item is a browsable folder and use [mediaType](/reference/kotlin/androidx/media3/common/MediaMetadata#mediaType()) to indicate the type of the folder.\n\nThe folder type of the media item.\n\nThis can be used as the type of a browsable bluetooth folder (see section 6.10.2.2 of the [Bluetooth AVRCP 1.6.2](https://www.bluetooth.com/specifications/specs/a-v-remote-control-profile-1-6-2/)).\n\nOne of [FOLDER_TYPE_NONE](/reference/kotlin/androidx/media3/common/MediaMetadata#FOLDER_TYPE_NONE()), [FOLDER_TYPE_MIXED](/reference/kotlin/androidx/media3/common/MediaMetadata#FOLDER_TYPE_MIXED()), [FOLDER_TYPE_TITLES](/reference/kotlin/androidx/media3/common/MediaMetadata#FOLDER_TYPE_TITLES()), [FOLDER_TYPE_ALBUMS](/reference/kotlin/androidx/media3/common/MediaMetadata#FOLDER_TYPE_ALBUMS()), [FOLDER_TYPE_ARTISTS](/reference/kotlin/androidx/media3/common/MediaMetadata#FOLDER_TYPE_ARTISTS()), [FOLDER_TYPE_GENRES](/reference/kotlin/androidx/media3/common/MediaMetadata#FOLDER_TYPE_GENRES()), [FOLDER_TYPE_PLAYLISTS](/reference/kotlin/androidx/media3/common/MediaMetadata#FOLDER_TYPE_PLAYLISTS()) or [FOLDER_TYPE_YEARS](/reference/kotlin/androidx/media3/common/MediaMetadata#FOLDER_TYPE_YEARS())."]]