device.getServicePermissions and the "Phone data" permission
Hello,
I'm using the device.getServicePermissions function to bundle a number of permission requests into one as described here:
[url]http://www.developer.nokia.com/Resources/Library/Web/#!web-apps/symbian-web-runtime/symbian-web-runtime-api-reference/javascript-device-object/getservicepermissions.html[/url]
It works fine, but for some reason I get an additional request prompt for access to "Phone data". Is it possible to also bundle this permission into the getServicePermissions call? I've tried adding all the permissions listed in the article but the request for phone data access remains.
Re: device.getServicePermissions and the "Phone data" permission
Hi,
Yes that is possible.
Please see this wiki page:
[url]http://www.developer.nokia.com/Community/Wiki/Managing_Platform_Services_2.0_permissions_prompts[/url]
-Ilkka
Re: device.getServicePermissions and the "Phone data" permission
Thanks for your response. I looked closer at the permissions I was requesting and noticed I had a spelling mistake in Service.SysInfo. After correcting that I only get one permission prompt.