Skip to content

Commit

Permalink
android M & N tags
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Jul 22, 2019
1 parent 598661f commit 61ae448
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 25 deletions.
6 changes: 4 additions & 2 deletions android-m/AutoBackup/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.Android - AutoBackup Sample
description: This sample demonstrates how to selectively disable Automatic Backups in Android M. Instructions Tap the Add File button to create a file with...
description: "Demonstrates how to selectively disable Automatic Backups in #androidmarshmallow"
page_type: sample
languages:
- csharp
Expand All @@ -17,11 +17,13 @@ This sample demonstrates how to selectively disable Automatic Backups in Android
* Tap the Add File button to create a file with selected specifications.

## Build Requirements

Using this sample requires the Android M Developer Preview and the Xamarin.Android M Web Preview

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

## Authors
## Author

Copyright (c) 2014 The Android Open Source Project, Inc.
Ported from [Android Automatic Backup Sample](https://github.com/googlesamples/android-AutoBackupForApps)
Ported to Xamarin.Android by Peter Collins
2 changes: 1 addition & 1 deletion android-m/ConfirmCredential/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.Android - Confirm Credential Sample
description: This sample demonstrates how to use device credentials (PIN, Pattern, Password) in your app. Instructions Set up a secure lock screen in ‘Settings...
description: "Demonstrates how to use device credentials (PIN, Pattern, Password) in your app #androidmarshmallow"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion android-m/FingerprintDialog/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.Android - Fingerprint Dialog Sample
description: This sample demonstrates how to use registered fingerprints to authenticate the user in an app. Instructions Touch the Purchase button to open a...
description: "Demonstrates how to use registered fingerprints to authenticate the user in an app #androidmarshmallow"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion android-m/RuntimePermissions/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.Android - Runtime Permissions Sample
description: This sample shows runtime permissions available in Android M and above. It shows how to check and request permissions at runtime, handle backwards...
description: "Dhows runtime permissions available in Android M and above. It shows how to check and request permissions at runtime... #androidmarshmallow"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion android-n/ActiveNotifications/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.Android - Active Notifications Sample
description: This sample demonstrates how to use the NotficationManager API to tell you how many notifications your application is currently showing....
description: "Demonstrates how to use the NotficationManager API to tell you how many notifications your application is currently showing... #androidnougat"
page_type: sample
languages:
- csharp
Expand Down
9 changes: 5 additions & 4 deletions android-n/AppShortcuts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.Android - AppShortcuts Sample
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...
description: "Demonstrates how to use the Launcher Shortcuts API introduced in Android 7.1 (API 25). This API allows an application to define... #androidnougat"
page_type: sample
languages:
- csharp
Expand All @@ -16,14 +16,15 @@ This sample demonstrates how to use the Launcher Shortcuts API introduced in And

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.


## Build Requirements

Using this sample requires the Android 7.1 (API 25) and the Xamarin.Android 7.1.99 or higher.


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

## Authors
## Author

Copyright (c) 2016 The Android Open Source Project, Inc.
Ported from [Android AppShortcuts Sample](https://github.com/googlesamples/android-AppShortcuts).
Ported to Xamarin.Android by Gonzalo Martin.
Ported to Xamarin.Android by Gonzalo Martin.
2 changes: 1 addition & 1 deletion android-n/CommitContentSample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.Android - CommitContentSample
description: This sample demonstrates how to write an keyboard which sends rich content (such as images) to text fields using the Commit Content API....
description: "Demonstrates how to write an keyboard which sends rich content (such as images) to text fields using the Commit Content API... #androidnougat"
page_type: sample
languages:
- csharp
Expand Down
10 changes: 5 additions & 5 deletions android-n/DirectBoot/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.Android - Direct Boot Sample
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...
description: "Demonstrates how to store data in a device-protected storage which is always available while the device is booted... #androidnougat"
page_type: sample
languages:
- csharp
Expand All @@ -21,16 +21,16 @@ because the storage isn't protected by the user's credential (PIN/Pattern/Passwo
* Tap the alarm button in the bottom right to add an alarm.
* When an alarm is triggered, a notification will be displayed. View the notification to end the alarm noise.


## Build Requirements
Using this sample requires the Android N Developer Preview and the Xamarin.Android N Web Preview.

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

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

## Authors
## Author

Copyright (c) 2016 The Android Open Source Project, Inc.

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

Ported to Xamarin.Android by Peter Collins
Ported to Xamarin.Android by Peter Collins
15 changes: 15 additions & 0 deletions android-n/DirectReply/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Xamarin.Android - Direct Replay Sample
description: "Demonstrates DirectReply feature for Android 7.0 #androidnougat"
page_type: sample
languages:
- csharp
products:
- xamarin
urlFragment: android-n-directreply
---
# DirectReply in Xamarin.Android

Demonstrates DirectReply feature for Android 7.0

![Direct Reply Sample application screenshot](Screenshots/reply_message.png)
7 changes: 5 additions & 2 deletions android-n/MessagingService/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.Android - Messaging Service Sample
description: This sample shows a simple service that sends notifications using NotificationCompat. It also extends the notification with Remote Input to allow...
description: "Shows a simple service that sends notifications using NotificationCompat. It also extends the notification with Remote Input #androidnougat"
page_type: sample
languages:
- csharp
Expand All @@ -21,7 +21,8 @@ notification.

## Introduction

#### Flow
## Flow

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

## Build Requirements

Using this sample requires the Android SDK platform for Android 5.0 (API level 23).

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

## Authors

Copyright (c) 2016 The Android Open Source Project, Inc.

Ported from [Android MessagingService Sample](https://github.com/googlesamples/android-messagingService)
Expand Down
7 changes: 4 additions & 3 deletions android-n/MultiWindowPlayground/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.Android - MultiWindow Playground Sample
description: This sample demonstrates how to use the MultiWindow API introduced in Android N allowing adjacent and floating app windows. Instructions Launch...
description: "This sample demonstrates how to use the MultiWindow API introduced in Android N allowing adjacent and floating app windows #androidnougat"
page_type: sample
languages:
- csharp
Expand All @@ -17,14 +17,15 @@ This sample demonstrates how to use the MultiWindow API introduced in Android N
* Launch activities with different MultiWindow configurations by clicking the buttons.
* Observe lifecycle events logged on screen.


## Build Requirements

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


![MultiWindow Playground Sample application screenshot](Screenshots/adjacent_activity.png "MultiWindow Playground Sample application screenshot")

## Authors
## Author

Copyright (c) 2016 The Android Open Source Project, Inc.
Ported from [Android MultiWindowPlayground Sample](https://github.com/googlesamples/android-MultiWindowPlayground).
Ported to Xamarin.Android by Kyle White.
8 changes: 4 additions & 4 deletions android-n/ScopedDirectoryAccess/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.Android - Scoped Directory Access Sample
description: This sample demonstrates how to use the Scoped Directory Access API introduced Android N to easily access specific directories. This serves as an...
description: "Demonstrates how to use the Scoped Directory Access API introduced Android N to easily access specific directories #androidnougat"
page_type: sample
languages:
- csharp
Expand All @@ -18,14 +18,14 @@ This serves as an alternative to having to define READ_EXTERNAL_STORAGE or WRITE
* Select a directory location you'd like to access from the dropdown menu.
* Tap 'Open' to request permission and then display the contents of the directory.


## Build Requirements
Using this sample requires the Android N Developer Preview and the Xamarin.Android N Web Preview, as well as at least Android Build Tools v24.0.0 rc1.

Using this sample requires the Android N Developer Preview and the Xamarin.Android N Web Preview, as well as at least Android Build Tools v24.0.0 rc1.

![Scoped Directory Access Sample application screenshot](Screenshots/directory_content.png "Scoped Directory Access Sample application screenshot")

## Authors
## Author

Copyright (c) 2014 The Android Open Source Project, Inc.
Ported from [Android ScopedDirectoryAccess Sample](https://github.com/googlesamples/android-ScopedDirectoryAccess)
Ported to Xamarin.Android by Peter Collins

0 comments on commit 61ae448

Please sign in to comment.