Languages

Menu
Sites
Language
Galery open in app

Hi! I want to use galery for pick image into my app. But when I use AppControl I only hide my application. What should I do more for call galery picker? Thanks.

Responses

2 Replies
Alex Ashirov

Hi,

You need http://tizen.org/privilege/application.launch privilege in order to call such APIs.

Just add the following into manifest.xml of your project:

<Privileges>

        <Privilege>http://tizen.org/privilege/application.launch</Privilege>

</Privileges>

Shrikanth Theasarakt

Thank you very much, Alex! I solve my problem and my live became to play new color!!!