My native application ported from bada was rejected two times at seller office because of defect: "Privilege http://tizen.org/privilege/http is not used", but my app uses methods that requires this privilege and crashes when this privilege is not added.
When I remove privilege in manifest and run privilege violation check IDE says that is needed. When I add this privilege this error message is not shown. This means that in IDE privilege detection is working correctly,
How to fix this?