Hello:
I am trying to install my TV control demo app into the emulator, but I got this error message:
----------------------------------------------------------------------------------------
Installing the package failed.
Error code: PRIVILEGE_LEVEL_VIOLATION
Error message:
Command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/wrttest.wgt"
Management: Refer to Help contents > Getting Started with Tizen > Overview > Privilege.
-----------------------------------------------------------------------------------------
I added below privilege and tizenSDK version was 2.2.1:
<tizen:privilege name="http://tizen.org/privilege/tizen"/>
<tizen:privilege name="http://tizen.org/privilege/tv.audio"/>
<tizen:privilege name="http://tizen.org/privilege/tv.window"/>
<tizen:privilege name="http://tizen.org/privilege/tv.channel"/>
<tizen:privilege name="http://tizen.org/privilege/tv.display"/>
Can you tell me what should I do?
Thank you!