Skip to content

Commit

Permalink
added info to match migration to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nebula2 committed Mar 30, 2021
1 parent f890e04 commit 6a2f657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ protected override void OnActivityResult(int requestCode, Result resultCode, Int
```

## Android Current Activity Setup
> This only applies if you use a Version lower than 4

This plugin uses the [Current Activity Plugin](https://github.com/jamesmontemagno/CurrentActivityPlugin/blob/master/README.md) to get access to the current Android Activity. Be sure to complete the full setup if a MainApplication.cs file was not automatically added to your application. Please fully read through the [Current Activity Plugin Documentation](https://github.com/jamesmontemagno/CurrentActivityPlugin/blob/master/README.md). At an absolute minimum you must set the following in your Activity's OnCreate method:
Expand Down

0 comments on commit 6a2f657

Please sign in to comment.