Skip to content

Commit 17f0413

Browse files
authored
Merge branch 'master' into tbozhikov/update-license
2 parents fd87737 + c70123f commit 17f0413

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ npm install nativescript-camera --save
2727

2828
> Note: the `--save` flag will add the plugin as dependency in your package.json file
2929
30-
### Requesting permissions
31-
32-
Newer API levels of Android and iOS versions are requiring explicit permissions in order the application
33-
to have access to the camera and to be able to save photos to the device. Once the user has granted permissions the camera module can be used.
34-
35-
```
36-
camera.requestPermissions();
37-
```
38-
39-
> Note: Older versions won't be affected by the usage of the requestPermissions method.
40-
4130
## API
4231

4332
### Methods

0 commit comments

Comments
 (0)