Skip to content

Show rewind and fast forward icons on wearable

Description

This MR enhances wearable support for 10 second skip when listening to podcasts. Wearable requires a few extras from MediaControlConstants to control the appearance of previous/next actions in the same manner as Android Auto. A separate function was created to add the seek icons in order to support an upcoming change to podcast mode, which uses the same custom actions in a different sequence.

Motivation and Context

This is a follow-on to !1087 (merged) which introduced seek support for podcasts to Android Auto.

How Has This Been Tested?

Tested with WearOS Emulator running Android 9 connected to a Pixel 3 running Android 11

Screenshots / GIFs (if appropriate):

Screenshot_20210930_224802

Screenshot_20210929_222144

Screenshot_20210929_222157

Types of changes

  • Enhancement (non-breaking change which cleans up / improves existing functionality)

Checklist

  • I have read the CONTRIBUTING section of the README document.
Edited by Robert Stone

Merge request reports