Software Archive
Read-only legacy content
17060 Discussions

How to remove Camera permission?

Thomas_B_6
New Contributor I
842 Views

Hello,

our App uses requires the camera permission.

But camera is not used at all.

We use the following plugins, but can't find a way to remove the camera permission.

Any help is welcome.

Cordova:
    Device
    In App Browser
    SplashScreen
    StatusBar
    
Intel:
    Device
    Player

 

Best,

Tom

0 Kudos
1 Solution
Ad
New Contributor III
842 Views

Hi Tom,

In the Plugin Management Section of your project settings you can see for each plugin which "android permission" is used.

For example: the Intel XDK Device plugin is using the Camera permission, that's because the included barcode scanner code. And a barcode scanner without camera doesn't make any sense ;-)

I see you use the Cordova device plugin too, maybe you don't need the intel.device plugin at all, but that depends of-course on your code.

So check all you plugins and it's permissions in the plugin management.

Ad

View solution in original post

0 Kudos
2 Replies
Ad
New Contributor III
843 Views

Hi Tom,

In the Plugin Management Section of your project settings you can see for each plugin which "android permission" is used.

For example: the Intel XDK Device plugin is using the Camera permission, that's because the included barcode scanner code. And a barcode scanner without camera doesn't make any sense ;-)

I see you use the Cordova device plugin too, maybe you don't need the intel.device plugin at all, but that depends of-course on your code.

So check all you plugins and it's permissions in the plugin management.

Ad

0 Kudos
Thomas_B_6
New Contributor I
842 Views

Thanks for the quick reply!

0 Kudos
Reply