Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ReallySmallSoftware committed Dec 31, 2017
1 parent 396ce56 commit 1a2e3d0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Installation
==
```
cordova plugin add cordova-plugin-android-fragmentactivity
cordova plugin add cordova-plugin-android-fragmentactivity --save
```

or

```
phonegap plugin add cordova-plugin-android-fragmentactivity
```

Usage
Expand All @@ -10,7 +16,6 @@ No manual configuration required.

How it works
==

This plugin comes bundled with a CordovaFragment (which is a Fragment similar to CordovaActivity) and a MainActivity that extends AppCompatActivity and adds CordovaFragment using FragmentTransactions.

AndroidManifest.xml is automatically updated to use the new MainActivity.
Expand Down

0 comments on commit 1a2e3d0

Please sign in to comment.