Hi Experts,
I am using S60 3rdEd MR
When following line is executed on emulator I get a platform security check failed warning. I am not trying to call any method of CTelephony that need to access write DeviceData. Why I am getting this at constructor? shouldn't this warning appear when I call specific method that requires WriteDeviceData capability?
Code:
Error:iTelephony = CTelephony::NewL();
127.410 *PlatSec* WARNING - Capability check would have failed - Process XXXXX.exe was checked by Thread XXXXX.exe::Main and was found to be missing the capabilities: WriteDeviceData . Additional diagnostic message: Checked whilst trying to Set a Publish and Subscribe Property

Reply With Quote

