We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6114d commit 366c966Copy full SHA for 366c966
README.md
@@ -27,17 +27,6 @@ npm install nativescript-camera --save
27
28
> Note: the `--save` flag will add the plugin as dependency in your package.json file
29
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
41
## API
42
43
### Methods
0 commit comments