Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedSlimani committed Mar 4, 2019
1 parent 56e8296 commit 9a61173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
```

### Step 3: Add the Needed Permissions in your app manifest file
To avoid the priorities that the Android System uses when merging the permissions in the library and the permissions of your app see this document[document](https://developer.android.com/studio/build/manifest-merge.html "Document") we decided to let you add them in the manifest of your app to avoid any unwanted behaviors.
To avoid the priorities that the Android System uses when merging the permissions in the library and the permissions of your app see this [document](https://developer.android.com/studio/build/manifest-merge.html "Document") we decided to let you add them in the manifest of your app to avoid any unwanted behaviors.
```
<manifest>
<uses-permission android:name="android.permission.WAKE_LOCK" />
Expand Down

0 comments on commit 9a61173

Please sign in to comment.