aboutsummaryrefslogtreecommitdiff
path: root/en/devices/audio/attributes.html
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2017-06-21 01:15:52 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-21 01:15:52 +0000
commit833d7d4b817ec004eaac51cd628ec36ca3710b76 (patch)
treeb528f70cbfa22decfea5899870efc1a42e7b7778 /en/devices/audio/attributes.html
parent568cd2717845bffb1ae7726935f3f1f163188d67 (diff)
parent14605d77b5e0aabc741b2b69d53e9e772f010b23 (diff)
downloadsource.android.com-833d7d4b817ec004eaac51cd628ec36ca3710b76.tar.gz
Merge "Docs: Changes to source.android.com"
am: 14605d77b5 Change-Id: I9c5d7f30bfcca332e2522111e53e4fdf24deada3
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)