Hint full path to AndroidManifest.xml (#617)

This commit is contained in:
Sam 2018-02-19 14:13:45 +02:00 committed by Ivan Pusic
parent 785a6c86f3
commit 35a6aa9851
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ android {
}
```
- [Optional] If you want to use camera picker in your project, add following to `AndroidManifest.xml`
- [Optional] If you want to use camera picker in your project, add following to `app\src\main\AndroidManifest.xml`
- `<uses-permission android:name="android.permission.CAMERA"/>`
## Production build