Languages

Menu
Sites
Language
Mis-spelled privilege in Wearable IDE
Hi :) I tried to develope a Web applications for wearable devices, and found a mis-spelled privilege, "tizen.org/privileg/bluetoothmanager". When I defined this privileg in the app, the installation is failed. But, I changed it to "tizen.org/privileg/bluetooth.manager", then it was ok. I think it is typo. Is it right?

Responses

4 Replies
daniel kim

Hi,

IMHO you've faced privilege level violation error. and you need a platform level certificate to use this privilege.

         <tizen:privilege name="http://tizen.org/privilege/bluetoothmanager"/>

Regards

Sungho Lee

Oh, I see. Thank you for your response :)

Palitsyna

Hello,

here you can find the list of privileges and certificate levels they requires: https://developer.tizen.org/development/getting-started/web-application/understanding-tizen-programming/security-and-api-privileges?langredirect=1

As you can see, bluetoothmanager privilege requires platform level certificate.

Sungho Lee

Yes, you're right. I didn't know about certificate levels. Thank you :)