Skip to content

Commit 61ae448

Browse files
committed
android M & N tags
1 parent 598661f commit 61ae448

File tree

12 files changed

+47
-25
lines changed

12 files changed

+47
-25
lines changed

android-m/AutoBackup/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - AutoBackup Sample
3-
description: This sample demonstrates how to selectively disable Automatic Backups in Android M. Instructions Tap the Add File button to create a file with...
3+
description: "Demonstrates how to selectively disable Automatic Backups in #androidmarshmallow"
44
page_type: sample
55
languages:
66
- csharp
@@ -17,11 +17,13 @@ This sample demonstrates how to selectively disable Automatic Backups in Android
1717
* Tap the Add File button to create a file with selected specifications.
1818

1919
## Build Requirements
20+
2021
Using this sample requires the Android M Developer Preview and the Xamarin.Android M Web Preview
2122

2223
![AutoBackup Sample application screenshot](Screenshots/add-file.png "AutoBackup Sample application screenshot")
2324

24-
## Authors
25+
## Author
26+
2527
Copyright (c) 2014 The Android Open Source Project, Inc.
2628
Ported from [Android Automatic Backup Sample](https://github.com/googlesamples/android-AutoBackupForApps)
2729
Ported to Xamarin.Android by Peter Collins

android-m/ConfirmCredential/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - Confirm Credential Sample
3-
description: This sample demonstrates how to use device credentials (PIN, Pattern, Password) in your app. Instructions Set up a secure lock screen in ‘Settings...
3+
description: "Demonstrates how to use device credentials (PIN, Pattern, Password) in your app #androidmarshmallow"
44
page_type: sample
55
languages:
66
- csharp

android-m/FingerprintDialog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - Fingerprint Dialog Sample
3-
description: This sample demonstrates how to use registered fingerprints to authenticate the user in an app. Instructions Touch the Purchase button to open a...
3+
description: "Demonstrates how to use registered fingerprints to authenticate the user in an app #androidmarshmallow"
44
page_type: sample
55
languages:
66
- csharp

android-m/RuntimePermissions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - Runtime Permissions Sample
3-
description: This sample shows runtime permissions available in Android M and above. It shows how to check and request permissions at runtime, handle backwards...
3+
description: "Dhows runtime permissions available in Android M and above. It shows how to check and request permissions at runtime... #androidmarshmallow"
44
page_type: sample
55
languages:
66
- csharp

android-n/ActiveNotifications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - Active Notifications Sample
3-
description: This sample demonstrates how to use the NotficationManager API to tell you how many notifications your application is currently showing....
3+
description: "Demonstrates how to use the NotficationManager API to tell you how many notifications your application is currently showing... #androidnougat"
44
page_type: sample
55
languages:
66
- csharp

android-n/AppShortcuts/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - AppShortcuts Sample
3-
description: This sample demonstrates how to use the Launcher Shortcuts API introduced in Android 7.1 (API 25). This API allows an application to define a set...
3+
description: "Demonstrates how to use the Launcher Shortcuts API introduced in Android 7.1 (API 25). This API allows an application to define... #androidnougat"
44
page_type: sample
55
languages:
66
- csharp
@@ -16,14 +16,15 @@ This sample demonstrates how to use the Launcher Shortcuts API introduced in And
1616

1717
You can use the shortcuts feature in Android 7.1 (API 25) to bring users from the launcher directly to key actions within your app. Users simply long-press your app's launcher icon to reveal the app's shortcuts, then tap on a shortcut to jump to the associated action. These shortcuts are a great way to engage users, and they let you surface the functionality of your app even before users launch your app.
1818

19-
2019
## Build Requirements
20+
2121
Using this sample requires the Android 7.1 (API 25) and the Xamarin.Android 7.1.99 or higher.
2222

2323

2424
![AppShortcuts Sample application screenshot](Screenshots/Screenshot_1480604454.png "AppShortcuts Sample application screenshot")
2525

26-
## Authors
26+
## Author
27+
2728
Copyright (c) 2016 The Android Open Source Project, Inc.
2829
Ported from [Android AppShortcuts Sample](https://github.com/googlesamples/android-AppShortcuts).
29-
Ported to Xamarin.Android by Gonzalo Martin.
30+
Ported to Xamarin.Android by Gonzalo Martin.

android-n/CommitContentSample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - CommitContentSample
3-
description: This sample demonstrates how to write an keyboard which sends rich content (such as images) to text fields using the Commit Content API....
3+
description: "Demonstrates how to write an keyboard which sends rich content (such as images) to text fields using the Commit Content API... #androidnougat"
44
page_type: sample
55
languages:
66
- csharp

android-n/DirectBoot/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - Direct Boot Sample
3-
description: This sample demonstrates how to store data in a device-protected storage which is always available while the device is booted both before and after...
3+
description: "Demonstrates how to store data in a device-protected storage which is always available while the device is booted... #androidnougat"
44
page_type: sample
55
languages:
66
- csharp
@@ -21,16 +21,16 @@ because the storage isn't protected by the user's credential (PIN/Pattern/Passwo
2121
* Tap the alarm button in the bottom right to add an alarm.
2222
* When an alarm is triggered, a notification will be displayed. View the notification to end the alarm noise.
2323

24-
2524
## Build Requirements
26-
Using this sample requires the Android N Developer Preview and the Xamarin.Android N Web Preview.
2725

26+
Using this sample requires the Android N Developer Preview and the Xamarin.Android N Web Preview.
2827

2928
![Direct Boot Sample application screenshot](Screenshots/alarm_notification.png "Direct Boot Sample application screenshot")
3029

31-
## Authors
30+
## Author
31+
3232
Copyright (c) 2016 The Android Open Source Project, Inc.
3333

3434
Ported from [Android DirectBoot Sample](https://github.com/googlesamples/android-DirectBoot)
3535

36-
Ported to Xamarin.Android by Peter Collins
36+
Ported to Xamarin.Android by Peter Collins

android-n/DirectReply/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Xamarin.Android - Direct Replay Sample
3+
description: "Demonstrates DirectReply feature for Android 7.0 #androidnougat"
4+
page_type: sample
5+
languages:
6+
- csharp
7+
products:
8+
- xamarin
9+
urlFragment: android-n-directreply
10+
---
11+
# DirectReply in Xamarin.Android
12+
13+
Demonstrates DirectReply feature for Android 7.0
14+
15+
![Direct Reply Sample application screenshot](Screenshots/reply_message.png)

android-n/MessagingService/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - Messaging Service Sample
3-
description: This sample shows a simple service that sends notifications using NotificationCompat. It also extends the notification with Remote Input to allow...
3+
description: "Shows a simple service that sends notifications using NotificationCompat. It also extends the notification with Remote Input #androidnougat"
44
page_type: sample
55
languages:
66
- csharp
@@ -21,7 +21,8 @@ notification.
2121

2222
## Introduction
2323

24-
#### Flow
24+
## Flow
25+
2526
MessagingFragment is shown to the user. Depending on the button clicked, the MessagingService is
2627
sent a message. MessagingService in turn creates notifications which can be viewed either on the
2728
device or in the messaging-simulator.
@@ -39,6 +40,7 @@ TextView in MessagingFragment for correlation.
3940
* Clear the log and tap any button to send additional conversations
4041

4142
## Build Requirements
43+
4244
Using this sample requires the Android SDK platform for Android 5.0 (API level 23).
4345

4446
## Screenshots
@@ -48,6 +50,7 @@ Using this sample requires the Android SDK platform for Android 5.0 (API level 2
4850
![Messaging Service Sample application screenshot](Screenshots/1-one-convo-one-message.png "Messaging Service Sample application screenshot")
4951

5052
## Authors
53+
5154
Copyright (c) 2016 The Android Open Source Project, Inc.
5255

5356
Ported from [Android MessagingService Sample](https://github.com/googlesamples/android-messagingService)

0 commit comments

Comments
 (0)