aboutsummaryrefslogtreecommitdiff
path: root/en/devices/audio/attributes.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/audio/attributes.html')
-rw-r--r--en/devices/audio/attributes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/devices/audio/attributes.html b/en/devices/audio/attributes.html
index b685e8bf..61825c00 100644
--- a/en/devices/audio/attributes.html
+++ b/en/devices/audio/attributes.html
@@ -135,7 +135,7 @@ audio attribute API</a>.</p>
<p>In this example, AudioAttributes.Builder defines the AudioAttributes to be used by a new
AudioTrack instance:</p>
-<pre>
+<pre class="devsite-click-to-copy">
AudioTrack myTrack = new AudioTrack(
new AudioAttributes.Builder()
.setUsage(AudioAttributes.USAGE_MEDIA)