Pocket Casts - Podcast Player (Android Automotive) Icon

Pocket Casts - Podcast Player (Android Automotive) 7.100.1

By Automattic, Inc • February 07, 2026
News & Magazines Universal Native (Java/Kotlin) 24.82 MB
Download APK
Verified Safe

Screenshots

File Information

Package Nameau.com.shiftyjelly.pocketcasts
Version Name7.100.1
Version Code9381
ArchitectureUniversal
Min Android VersionAndroid 24 (API 36)
Main Activityau.com.shiftyjelly.pocketcasts.ui.MainActivity
FrameworkNative (Java/Kotlin)
File Size24.82 MB
Signature (SHA1)265BFDA6992D75D455BC74DD43F9ACE83EFAE7E5
File Hash (SHA256)3c5d6b32fe8da9d23b09f86325ffc44ad58510d74187b3592c354eddbf96042f

What's New

New Features
Add an option to sort Up Next by date
(
#4586
)
Implement search suggestions
(
#4571
)
Update search results screen
(
#4583
)
Updates
Improve sleep timer terminology and chapter option visibility
(
#4564
)
Small tweaks for Google login on watch and phone
(
#4598
)
Bug Fixes
Fix restoring large Up Next queues
(
#4562
)
Fix done button overlapping with navigation bars
(
#4553
)
Fix folder flow buttons overlapping with navigation bars
(
#4597
)
Fix shared list under the mini player
(
#4560
)
Fix transcript button incorrectly disabled
(
#4555
)
Fix archived episodes not being downloaded when added to queue
(
#4570
)
Fix podcast title sort with accents
(
#4594
)
Fix podcasts page drag & drop issues
(
#4596
)

App Description

Pocket Casts is the world's most powerful podcast platform, an app by listeners, for listeners.

Install

If you're just looking to install Pocket Casts Android, you can find it on

Google Play

. If you're a developer wanting to contribute, read on.

Build Instructions

Make sure you've installed

Android Studio

.

In Android Studio, open the project from the local repository.

Go to Tools → Device Manager and create an emulated device.

Go to Run → Edit Configurations… and create an Android App configuration.

Select the module "pocketcasts-android.app.main".

Run.

Build and Test

To build, install, and test the project from the command line:

$ ./gradlew :app:assembleDebugProd # assemble the debug .apk $ ./gradlew :app:installDebugProd # install the debug .apk to a connected device $ ./gradlew :app:testDebugUnitTest # assemble, install and run unit tests $ ./gradlew :app:connectedDebugAndroidTest # assemble, install and run Android tests

Directory structure

. ├── app # Mobile app ├── automotive # Automotive app ├── modules │ ├── features │ │ ├── account # Create account and sign in pages. │ │ ├── cartheme # Automotive resources needed for the account pages. │ │ ├── discover # Discover section. │ │ ├── endofyear # End of year stats. │ │ ├── filters # Filters section. │ │ ├── navigation # Navigation utilities. │ │ ├── player # Full screen player │ │ ├── podcasts # Podcasts section. │ │ ├── profile # Profile section. │ │ ├── search # Search pages. │ │ ├── settings # Settings pages. │ │ └── taskerplugin # Plugin for integration with Tasker app. │ └── services │ ├── analytics # Analytics code. │ ├── compose # Shared Compose code. │ ├── images # Image resources. │ ├── localization # Contains the strings in English and localized strings from GlotPress. │ ├── model # The database logic and entities. Also transfer objects required which aren't stored in the database. │ ├── preferences # Stores the user preferences and configuration settings. │ ├── repositories # Provides accessing to the data from the 'servers' and 'model' modules. │ ├── servers # Provides the network calls to the servers. The UI layer should access these through the 'repositories' module. │ ├── ui # Shared UI code for the 'compose' and 'views' modules. This includes the themes. │ ├── utils # Utility classes. │ └── views # Shred Only the old views code.

The hierarchy of the modules in the project are reflected in

this diagram

.

Contributing

Read our

Contributing Guide

to learn about reporting issues, contributing code, and more ways to contribute.

Documentation

Coding Style

- guidelines and validation and auto-formatting tools

Pull Request Guidelines

- branch naming and how to write good pull requests

Translations

- how the app gets translated and how to contribute translations

Signing a Release

To build a

signed

release, add these lines to your local.properties file

signingKeyStoreFile=/Users/username/git/secret.keystore
signingKeyStorePassword=
signingKeyAlias=
signingKeyPassword=

APK Permissions 22

  • android.permission.ACCESS_ADSERVICES_AD_ID
  • android.permission.ACCESS_ADSERVICES_ATTRIBUTION
  • android.permission.ACCESS_NETWORK_STATE
  • android.permission.BLUETOOTH
  • android.permission.DETECT_SCREEN_CAPTURE
  • android.permission.FOREGROUND_SERVICE
  • android.permission.FOREGROUND_SERVICE_DATA_SYNC
  • android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK
  • android.permission.FOREGROUND_SERVICE_SPECIAL_USE
  • android.permission.INTERNET
  • android.permission.POST_NOTIFICATIONS
  • android.permission.RECEIVE_BOOT_COMPLETED
  • android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
  • android.permission.USE_BIOMETRIC
  • android.permission.USE_FINGERPRINT
  • android.permission.VIBRATE
  • android.permission.WAKE_LOCK
  • android.permission.WRITE_EXTERNAL_STORAGE
  • au.com.shiftyjelly.pocketcasts.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
  • com.android.vending.BILLING
  • com.android.vending.CHECK_LICENSE
  • com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE
APK Verified

The cryptographic signature guarantees that the file is safe to install and was not tampered with in any way.

Other Variants

This release has multiple variants (e.g. diff architectures).

arm64-v8a, armeabi-v7a, x86, x86_64
Developer

Name: Automattic, Inc

See All Versions View on Google Play