I've removed all the available Android permissions in Graphite as my app is fairly basic and doesn't require them. When I install onto the device my users are still prompted to allow my app access to:
1. Your Location
2. Storage
3. Your personal information
4. Hardware controls
5. Network connection
6. Your accounts
Is there any way of configuring my build to stop these permissions being required by my app?
Your help would be much appreciated.
Thanks
Mark
13 Answers, 1 is accepted
Thank you very much for bringing this to our attention. It looks like you are using the Cordova 3.0 framework that comes with a set of core plugins. The core plugins let you access native system functionality such as the accelerometer, camera, compass etc. By default we include all of those core plugins. They require some additional Android permissions so when you build your project, the build process adds these permissions by default.
The next Icenium version would let you disable the core plugins that are not required by your application and this would eliminate the need of the additional Android permissions.
Kristina
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.

Do you know when this release will be available?
Thanks,
Dave
We are planning to release in the following few days, so please stay tuned!
Kristina
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.

The enable/disable Core Plugins functionality would be available in all Icenium clients.
Kristina
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.

Enabling/disabling of Cordova Core plugins is available since version Icenium 1.10.
Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.

Would you provide us your project name so we can take a look at the plugins you are using?
Most probably you are using a plugin that requires these permissions.
I look forward to hearing from you.
Regards,
Zdravko
Telerik


1. Double click Properties
2. Click Plugins
3. Pulldown Core Plugins
4. Disable what you dont need.

Apart from the permissions coming from plugins, please also make sure that there are no permissions set in the project properties for Android. If that does not help, would you mind submitting a ticket with your project attached. We can then examine it closer and advise you why there are further permissions applied.
Regards,
Tina Stancheva
Telerik
Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.