After the build, my app is requesting a lot of permissions I do not need (se end of email for that is needed). It is requesting write access to sd card, account management and this king of stuff, so my app is being marked as potencially mallicious.
Does phonegap manages permissions considering the manifest or only config.xml?
What else phonegap takes into consideration to manage the permissions?
Searching a lot of foruns and documentation, I already tried to use the statment below at config.xml, without success.
Any help? I could send my manifest and config here. Thks in advance, Alex.
ps. Need only:
INTERNET
ACCESS_FINE_LOCATION
ACCESS_COARSE_LOCATION
ACCESS_NETWORK_STATE
Does phonegap manages permissions considering the manifest or only config.xml?
What else phonegap takes into consideration to manage the permissions?
Searching a lot of foruns and documentation, I already tried to use the statment below at config.xml, without success.
Any help? I could send my manifest and config here. Thks in advance, Alex.
ps. Need only:
INTERNET
ACCESS_FINE_LOCATION
ACCESS_COARSE_LOCATION
ACCESS_NETWORK_STATE


