Hi,
I am checking my application symbian sign test criteria.
I have my doubt in UNI-01 and UNI-05.
In UNI-01, there is a test case,
Removing memory cards whilst the application is under test.
Previously my application would close, when memory card is removed. To resolve this i added the code below and then now my application doesn't close when memory card is removed.
CEikonEnv::Static()->SetSystem( ETrue );
Now after adding this code, the UNI-05 failed, i.e i am not able to close the application from Task List using the ‘c’ or back key.
Can any body please help me, as to how to handle this issue.
Thanks,
ramanathan





