Skip to content

Commit

Permalink
Update ReadME
Browse files Browse the repository at this point in the history
  • Loading branch information
Railway committed Nov 4, 2022
1 parent 305f74d commit 2c4a060
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

Based from [.NET Podcasts - Sample Application](https://github.com/microsoft/dotnet-podcasts#net-podcasts---sample-application)

## Intro

An Audio Plugin in MAUI with native control.

A code novice, please forgive me if the documentation or code is not standardized. If you can help improve it, I would be very grateful!

## Installation
Expand Down Expand Up @@ -46,7 +50,7 @@ AndroidManifest.xml
<uses-permission android:name="android.permission.WAKE_LOCK" />
```

MainApplication.cs
MainActivity.cs

```c#
using Android.Content;
Expand Down

0 comments on commit 2c4a060

Please sign in to comment.