Trevor Johns 682c24e228 Resolve merge conflicts of a5060ee to nyc-dev
This undoes the automerger skip which occured in
commit e740c84dc32180214a7fd157105d6c18d30408ee and
replays it as a standard (NOT -s ours) merge.

Change-Id: If5a47be26f73d6a0735c425cd66310a3e2a89086
2016-04-19 02:03:59 -07:00

129 lines
3.5 KiB
Plaintext

page.title=What's New
page.image=images/cards/samples-new_2x.png
@jd:body
<p>The following code samples were recently published. You can
download them in the Android SDK Manager under the <b>Samples for SDK</b>
component for Android 6.0 (API 23).</p>
<p class="note">
<strong>Note:</strong> The downloadable projects are designed
for use with Gradle and Android Studio.
</p>
<!-- NOTE TO EDITORS: add most recent samples first -->
<h3 id="ActiveNotification">
<a href="{@docRoot}samples/ActiveNotifications/index.html">Active
Notification</a>
</h3>
<p>
This sample demonstrates how to use the {@link
android.app.NotificationManager} to tell you how many notifications your app
is currently showing.
</p>
<h3 id="AutomaticBackup">
<a href="{@docRoot}samples/AutoBackupForApps/index.html">Auto Backup for
Apps</a>
</h3>
<p>
Android 6.0 (API level 23) introduces automatic backup for app settings. This
sample demonstrates how to add filtering rules to an app to manage settings
backup.
</p>
<h3 id="Camera2Raw">
<a href="{@docRoot}samples/Camera2Raw/index.html">Camera 2 Raw</a>
</h3>
<p>
This sample demonstrates how to use the
<a href="{@docRoot}reference/android/hardware/camera2/package-summary.html">
<code>Camera2</code></a> API to capture RAW camera buffers and save them as
DNG files.
</p>
<h3 id="ConfirmCredential">
<a href="{@docRoot}samples/ConfirmCredential/index.html">Confirm
Credential</a>
</h3>
<p>
This sample demonstrates how to use device credentials as an authentication method in your app.
</p>
<h3 id="DeviceOwner">
<a href="{@docRoot}samples/DeviceOwner/index.html">Device Owner</a>
</h3>
<p>
This sample demonstrates how to use the device owner features to manage and
configure a device.
</p>
<h3 id="DirectShare">
<a href="{@docRoot}samples/DirectShare/index.html">Direct Share</a>
</h3>
<p>
This sample demonstrates how to provide the
<a href="{@docRoot}about/versions/marshmallow/android-6.0.html#direct-share">Direct
Share</a> feature. The app shows some options directly in the list of share
intent candidates.
</p>
<h3 id="FingerprintDialog">
<a href="{@docRoot}samples/FingerprintDialog/index.html">Fingerprint
Dialog</a>
</h3>
<p>
This sample demonstrates how to recognize registered fingerprints to
authenticate your app's user.
</p>
<h3 id="MidiScope">
<a href="{@docRoot}samples/MidiScope/index.html">MidiScope</a>
</h3>
<p>
This sample demonstrates how to use the <a href=
"{@docRoot}reference/android/media/midi/package-summary.html">MIDI API</a> to
receive and process MIDI signals coming from an attached input device.
</p>
<h3 id="MidiSynth">
<a href="{@docRoot}samples/MidiSynth/index.html">MidiSynth</a>
</h3>
<p>
This sample demonstrates how to use the <a href=
"{@docRoot}reference/android/media/midi/package-summary.html">MIDI API</a> to
receive and play MIDI messages coming from an attached input device.
</p>
<h3 id="NfcProvisioning">
<a href="{@docRoot}samples/NfcProvisioning/index.html">NFC Provisioning</a>
</h3>
<p>
This sample demonstrates how to use NFC to provision other devices with a
specific device owner.
</p>
<h3 id="RuntimePermissions">
<a href=
"{@docRoot}samples/RuntimePermissions/index.html">RuntimePermissions</a>
</h3>
<p>
This sample shows runtime permissions available in Android 6.0 (API level 23)
and higher. Display the log on screen to follow the execution. If executed on
an Android 6.0 device, the app displays an additional option to access
contacts using an 6.0-only optional permission.
</p>