android.taskRemovedBehavior lets you choose whether playback stops when the app is removed from recents. Android Auto now queues a folder's playable siblings when you pick a track inside it.
Full notes: rntp.dev/changelog#5.4.0
Added
android.taskRemovedBehavior—continue(default) keeps playback when the app is swiped from recents;stoptears down the service and clears the queue.
Fixed
- Android Auto browse playback — selecting a track inside a browsable folder loads its playable siblings as the queue at the correct index.
Upgrade
npm install @rntp/player@5.4.0
# iOS
cd ios && pod install