Created
March 9, 2018 01:19
-
-
Save nazmulidris/e4d97c4d5492128ea61fde8ae7b97804 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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