Hello, everybody by the following code, I can make multiple permission request at one time.
One can get the permissions that are written on the table of this linkCode:device.getServicePermissions({ "Service.Location": "ILocation", "Service.SysInfo": "ISysInfo", });
But these are not enough for me. I also want to ask permissions for "Network Connection" and "Service Provider Data". So the user will not have push ok button many times. Is it possible?
Thanks,
Onur

Reply With Quote

