언어 설정

Menu
Sites
Language
Why does NOT need privilege to record ?

In Android, application that want to record audio secessity to have a permission 'RECOAD_AUDIO'.

But Tizen native application (Tizen::Media::AudioIn) is not demand any privileges.

Why Tizen does NOT need privilege to record a sound ?

Smartphone can listen intently to my conversation in pocket ... I thought it was terrible.

 

In Web Application, it is no probrem because message dialog will popup when using WebAudio API to record sound.

But I think that privilege is better solution than popup dialog. Popup is disrupting in packaged application.

 

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 댓글
Md. Anwar Parvez

Which SDK version are you using?

In Tizen SDK 2.4 we have to add privileges for recording audio.

On IDE open the tizen-manifest.xml file-> select Privileges tab-> press add-> choose http://tizen.org/privilege/recorder

Or

add the text of manifest file directly In manifest file add these lines

<privileges>
<privilege>http://tizen.org/privilege/recorder</privilege>
</privileges>