Skip to content

Instantly share code, notes, and snippets.

@nazmulidris
Created March 9, 2018 01:19
Show Gist options
  • Select an option

  • Save nazmulidris/e4d97c4d5492128ea61fde8ae7b97804 to your computer and use it in GitHub Desktop.

Select an option

Save nazmulidris/e4d97c4d5492128ea61fde8ae7b97804 to your computer and use it in GitHub Desktop.
val audioManager = context.getSystemService(Context.AUDIO_SERVICE) as AudioManager
val audioAttributes = AudioAttributesCompat.Builder()
.setContentType(AudioAttributesCompat.CONTENT_TYPE_MUSIC)
.setUsage(AudioAttributesCompat.USAGE_MEDIA)
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment