简体   繁体   中英

My ionic app that is asking too many permissions when installing

Is there a way on how to customize or remove unimportant permissions on an ionic application. For instance I want to remove record audio and full network access. 在此处输入图片说明

Yes you need to uninstall some of the plugins for this. You will see there are user permissions in plugin.xml file of every plugin. Go through all plugins installed. This plugin.xml maps the user permissions in AndroidManifest.xml file. If you delete the plugin then you can remove the appropriate user permissions which you don't want to include.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM