Skip to content

Commit

Permalink
Readme changes
Browse files Browse the repository at this point in the history
- Added link to original library by Scott
- Misc text.
  • Loading branch information
karandpr committed Jan 22, 2018
1 parent 673a06d commit 1b7b4db
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Cordova RootBeer

This is a simple wrapper plugin for RootBeer library by @scottyab . You can access 12 functions of the library in cordova. This plugin is available for android only.
This is a simple wrapper plugin for RootBeer library by @scottyab for android. You can access 13 functions of the library.

Link to Scott's <a href="https://github.com/scottyab/rootbeer">library </a>.

## Installation

Expand Down Expand Up @@ -95,4 +97,10 @@ window.cdvRootBeer.isRooted(function(res){
* checkForRootNative
***

<strong>isRootedWithoutBusyBoxCheck : </strong>Same as above , just without busybox check. Some phone manufacturers bundle busybox with their firmware.
<strong>isRootedWithoutBusyBoxCheck : </strong>Same as above , just without busybox check. Some phone manufacturers bundle busybox with their firmware.

### Issues
Post the issues related to this library <a href="https://github.com/karandpr/cordova-plugin-android-rootbeer/issues"> here </a>. Do provide the device details as below.
* Device name & manufacturer
* Android version
* Custom OS version (Lineage , MIUI , Exodus, DU)

0 comments on commit 1b7b4db

Please sign in to comment.