From: moon87.park Date: Fri, 21 Jul 2017 05:46:24 +0000 (+0900) Subject: [Attach-panel] Add docs for feature X-Git-Tag: submit/trunk/20170823.075128~120^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=001cf425f7560ce661f3a525d5dbf61d23f447e9;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Attach-panel] Add docs for feature Change-Id: Ie6a93f860ecb81ff7940e8cc969f3c920280e0b3 --- diff --git a/src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel.csproj b/src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel.csproj old mode 100644 new mode 100755 index 934cade..8bd20cb --- a/src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel.csproj +++ b/src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel.csproj @@ -1,7 +1,7 @@  - 1.0.1 + 1.0.2 Samsung Electronics © Samsung Electronics Co., Ltd All Rights Reserved Provides the Attach Panel API for Tizen .NET diff --git a/src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel/AttachPanel.cs b/src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel/AttachPanel.cs index cb4a037..0c0b849 100755 --- a/src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel/AttachPanel.cs +++ b/src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel/AttachPanel.cs @@ -87,6 +87,8 @@ namespace Tizen.Applications.AttachPanel /// http://tizen.org/privilege/camera /// http://tizen.org/privilege/recorder /// http://tizen.org/privilege/appmanager.launch + /// http://tizen.org/feature/camera + /// http://tizen.org/feature/microphone /// /// The caller app has to check the return value of this function. /// Content categories will be shown as the sequence of using AddCategory @@ -97,6 +99,8 @@ namespace Tizen.Applications.AttachPanel /// http://tizen.org/privilege/camera, for using Camera or TakePicture /// http://tizen.org/privilege/recorder, for using Voice /// http://tizen.org/privilege/appmanager.launch, for adding content categories on the More tab + /// http://tizen.org/feature/camera, for using Camera or TakePicture + /// http://tizen.org/feature/microphone, for using Voice /// Deliver more information to the callee with a bundle if you need. /// http://tizen.org/appcontrol/data/total_count /// http://tizen.org/appcontrol/data/total_size