Skip to content

Instantly share code, notes, and snippets.

@frankkienl
Created November 26, 2020 09:37
Show Gist options
  • Save frankkienl/e129a11dea47b16a069c9b499bfa91c9 to your computer and use it in GitHub Desktop.
Save frankkienl/e129a11dea47b16a069c9b499bfa91c9 to your computer and use it in GitHub Desktop.
CarExtender vs CarAppExtender
val ce = NotificationCompat.CarExtender()
ce.setColor() // <-- method exists
val cae = CarAppExtender.builder()
cae.setColor() // <-- method does **not** exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment