From 98ebcef18b9ab88af3a3831760cd05e3e84b3f47 Mon Sep 17 00:00:00 2001 From: Luan Nguyen Date: Tue, 12 May 2015 13:21:34 -0700 Subject: [PATCH] docs: Add sample links and descriptions for M Preview bug: 20910953 Change-Id: Ia4c04357b2e6c772ebf98b463c06a7eadb1ff893 --- docs/html/preview/samples.jd | 44 ++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/docs/html/preview/samples.jd b/docs/html/preview/samples.jd index b3836f8449046..e796765a8b241 100644 --- a/docs/html/preview/samples.jd +++ b/docs/html/preview/samples.jd @@ -23,16 +23,33 @@ page.title=Samples

Get it on GitHub

-

Runtime Permissions Compat

+

Confirm Device Credentials

- To support devices on previous versions of Android, this sample demonstrates how to work with the - new permissions system introduced in Android M by using a support library. + This sample demonstrates how to use device credentials as an authentication method in your app.

-

Get it on +

Get it on GitHub

+

Fingerprint Dialog

+ +

+ This sample demonstrates how to recognize registered fingerprints to authenticate the user + in your app. +

+ +

Get it on GitHub

+ +

Automatic Backup

+ +

+ Android M introduces automatic backup for app settings. This sample demonstrates how to add + filtering rules to an app in order to manage settings backup. +

+ +

Get it on GitHub

+

Voice Camera

@@ -42,25 +59,14 @@ GitHub

Get it on GitHub

- -

Deep Link Sharing

+

Camera 2 Raw

- This sample shows how to handle content shared via deep links in your app. It demonstrates how to - implement the ChooserTargetService. + Demonstrates how to use the Camera2 API to capture RAW camera buffers and save + them as DNG files.

-

Get it on GitHub

- -

Notification Builder

- -

- This sample demonstrates the improved - Notification - memory footprint and simplified creation of notifications with custom views. -

- -

Get it on GitHub

+

Get it on GitHub

Active Notification