Skip to content

Commit

Permalink
Merge pull request #13 from MisterJimson/master
Browse files Browse the repository at this point in the history
Change "permissions" to "intent filters" in readme.
  • Loading branch information
avioli authored Dec 15, 2018
2 parents 6d9426e + 12e65c3 commit 81fa513
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 @@ -37,7 +37,7 @@ Uni Links supports two types of Android links: "App Links" and "Deep Links".
hosted file. The downside is that any app can claim a scheme + host combo, so
make sure yours are as unique as possible, eg. `HST0000001://host.com`.

You need to declare at least one of the two permissions in `android/app/src/main/AndroidManifest.xml`:
You need to declare at least one of the two intent filters in `android/app/src/main/AndroidManifest.xml`:

```xml
<manifest ...>
Expand Down

0 comments on commit 81fa513

Please sign in to comment.