Hi Mahesh,
most of the permissions in the manifest are added by Cordova plugins that the app uses. Editing the manifest to remove permissions will probably make some plugins to stop working. If you don't want a certain permission in your custom app I recommend you to check which plugin is using it and just remove the plugin (and the code that uses it) from the project.
Cheers,
Dani
most of the permissions in the manifest are added by Cordova plugins that the app uses. Editing the manifest to remove permissions will probably make some plugins to stop working. If you don't want a certain permission in your custom app I recommend you to check which plugin is using it and just remove the plugin (and the code that uses it) from the project.
Cheers,
Dani